A TypeScript implementation of an HTTP/1.1 server that's both powerful and developer-friendly. This project is part of the CodeCrafters "Build Your Own HTTP Server" challenge.
- Full HTTP/1.1 protocol support
- Cookie management with extensive options
- Gzip compression
- Flexible routing system
- Cache control
- Content type handling
- Query parameter parsing
- Comprehensive request/response APIs
- TypeScript
- Bun 1.1
- Jest for testing
- Node.js built-in modules
Built with ❤️ as part of the CodeCrafters challenge. Happy coding! 🚀