Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 272 Bytes

File metadata and controls

9 lines (6 loc) · 272 Bytes

HTTP Server

Simple http server to parse/handle requests and return files/text/stream responses.

Running locally

  1. Ensure you have bun (1.1) installed locally
  2. Run yarn install to download dependencies.
  3. Run ./http_server.sh command to start the server.