My implementation of a simple HTTP server for the CodeCrafters HTTP server code challenge. Usage Ensure you have Bun, then run the following commands: bun install bun dev You can then access the server at http://localhost:4221.