https://github.com/jayllyz/http-server
Simple HTTP server
https://github.com/jayllyz/http-server
typescript
Last synced: about 2 months ago
JSON representation
Simple HTTP server
- Host: GitHub
- URL: https://github.com/jayllyz/http-server
- Owner: Jayllyz
- Created: 2024-06-22T17:28:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-23T21:04:55.000Z (over 1 year ago)
- Last Synced: 2025-04-04T04:32:13.317Z (6 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)
My implementation of a simple HTTP server for the [CodeCrafters](https://app.codecrafters.io/courses/http-server) HTTP server code challenge.
## Usage
Ensure you have Bun, then run the following commands:
```sh
bun installbun dev
```You can then access the server at `http://localhost:4221`.