title | description | tags | ||
---|---|---|---|---|
Bao.js |
A simple Bao.js webserver running on Bun |
|
π₯ Bun + Bao.js Example
This example is a simple Bao.js webserver running on the Bun JavaScript runtime.
β¨ Features
- Bao.js webserver
- Bun runtime
- TypeScript
πββοΈ How to use
- Install Bun
- Install dependencies
bun install
- Connect to your Railway project with
railway link
- Run the server
railway run bun run src/index.ts
π Notes
Both this example and Bun are currently experimental and should not be used in production.