hey all, I started this series of going through CodeCrafters build your own X challenge, this one is build your own HTTP server, its done in kotlin, challenge is virtually no googling and relying on docs as much as possible
https://youtu.be/RpumYTAV3Jk?t=20▾
e
Eugen Martynov
10/11/2024, 4:09 PM
Nice! Interesting to watch how you're discovering from trial and error. It would probably save you time if you read http protocol spec (Ask chat GPT).