hey all, I started this series of going through Co...
# feed
o
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
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).