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

https://github.com/parmaster/byo-http-server

Build Your Own HTTP server challenge from CodeCrafters
https://github.com/parmaster/byo-http-server

Last synced: 9 months ago
JSON representation

Build Your Own HTTP server challenge from CodeCrafters

Awesome Lists containing this project

README

          

[![progress-banner](https://backend.codecrafters.io/progress/http-server/6c618533-8379-4ac2-a5a0-7cae8bb9abc4)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)

# Goals for this one
- force myself to always use TDD approach, since the tasks are always defined and expected results are known
- no copilot usage, only my own code