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