https://github.com/wichopy/big-two-on-bun
https://github.com/wichopy/big-two-on-bun
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wichopy/big-two-on-bun
- Owner: wichopy
- Created: 2023-10-19T15:53:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T06:04:23.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:46:30.865Z (over 1 year ago)
- Language: TypeScript
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bun Starter
Quickly get started with [Bun](https://bun.sh/) using this starter! Bun is a fast all-in-one JavaScript runtime with a focus on speed.
- This starter starts a Bun HTTP server on [localhost:3000](http://localhost:3000).
- You can check [http.ts](./http.ts) to see how the server is started.
- If you want to upgrade Bun, you can change `BUN_VERSION` in the [Dockerfile](./.codesandbox/Dockerfile).