https://github.com/roshan-r/bun-example
https://github.com/roshan-r/bun-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roshan-r/bun-example
- Owner: Roshan-R
- Created: 2023-03-04T16:59:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T17:14:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T15:58:15.284Z (12 months ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: Bao.js
description: A simple Bao.js webserver running on Bun
tags:
- bun
- typescript
---
# 🥟 Bun + Bao.js Example
This example is a simple [Bao.js](https://github.com/mattreid1/baojs) webserver running on the [Bun](https://bun.sh/) JavaScript runtime.
[](https://railway.app/new/template/gxxk5g?referralCode=Jem1k1)
## ✨ Features
- Bao.js webserver
- Bun runtime
- TypeScript
## 💁♀️ How to use
- [Install Bun](https://bun.sh/)
- 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.