Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 767 Bytes
title description tags
Bao.js
A simple Bao.js webserver running on Bun
bun
typescript

🥟 Bun + Bao.js Example

This example is a simple Bao.js webserver running on the Bun JavaScript runtime.

Deploy on Railway

✨ 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.