Quick start
Installation
First of all, you need to install Bun, a JavaScript/TypeScript runtime aiming to be a drop-in replacement for Node.js.
curl -fsSL https://bun.sh/install | bash
Then you can simply create a new project and install Pulsar.
bun init
bun add @pulsar-http/core