Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dickeyy/baojs-railway
https://github.com/dickeyy/baojs-railway
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dickeyy/baojs-railway
- Owner: dickeyy
- Created: 2023-10-10T08:16:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-10T08:16:28.000Z (about 1 year ago)
- Last Synced: 2024-11-07T16:19:06.855Z (about 2 months ago)
- Language: Dockerfile
- Size: 1.95 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.
[![Deploy on Railway](https://railway.app/button.svg)](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.