An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![progress-banner](https://backend.codecrafters.io/progress/http-server/521499f9-277e-4b15-b879-41af2ab02bf8)](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 install

bun dev
```

You can then access the server at `http://localhost:4221`.