Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obedm503/bun-server
https://github.com/obedm503/bun-server
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/obedm503/bun-server
- Owner: obedm503
- Created: 2023-10-13T16:39:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-26T16:06:56.000Z (about 1 year ago)
- Last Synced: 2024-04-15T00:44:30.172Z (7 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http-server
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.