by Mockapapella on 11/4/24, 4:03 PM with 1 comments
by Mockapapella on 11/4/24, 4:03 PM
A couple years later I stumbled across an article explaining how to implement a simple http server from scratch (https://bruinsslot.jp/post/simple-http-webserver-in-c/).
Naturally, I tried to combine the two concepts but the AI models weren't good enough at the time and I didn't have the bandwidth for yet another questionably useful rabbit hole. Fast forward to today and o1 was able to implement it with some iteration.
I hope you enjoy this quick weekend project. I tried to make the README as helpful as I could to get it running on your own computer easily, though I probably missed some steps. I also tried to use o1 to review our conversation to add reasoning for various changes that were made between the original server implementation and the one that is `mov` compatible.