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
- Host: GitHub
- URL: https://github.com/parmaster/byo-http-server
- Owner: parMaster
- Created: 2024-06-02T18:18:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-02T18:21:26.000Z (over 1 year ago)
- Last Synced: 2025-01-30T02:14:27.946Z (11 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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