https://github.com/thinhbuzz/bun-custom-http-server
A lightweight Bun-based HTTP server with custom route parsing, utilizing superstruct for robust data validation.
https://github.com/thinhbuzz/bun-custom-http-server
Last synced: about 1 year ago
JSON representation
A lightweight Bun-based HTTP server with custom route parsing, utilizing superstruct for robust data validation.
- Host: GitHub
- URL: https://github.com/thinhbuzz/bun-custom-http-server
- Owner: thinhbuzz
- Created: 2024-08-22T06:28:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T15:50:30.000Z (over 1 year ago)
- Last Synced: 2025-04-22T16:23:20.197Z (about 1 year ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-custom-http-server
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.1.25. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.