Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh8088/bun-http-server
a simple HTTP server using bun.js
https://github.com/harsh8088/bun-http-server
bun http typescript
Last synced: about 1 month ago
JSON representation
a simple HTTP server using bun.js
- Host: GitHub
- URL: https://github.com/harsh8088/bun-http-server
- Owner: harsh8088
- Created: 2023-10-19T12:00:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T13:31:36.000Z (12 months ago)
- Last Synced: 2024-01-04T14:44:58.158Z (12 months ago)
- Topics: bun, http, typescript
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-http-server
All-in-one JavaScript runtime & toolkit.
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.6. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.