Hi guys, I wrote a simple 1 file webserver in C. Would you guys be interested me releasing this in SX Labs?
It's an event driven webserver and does not spawn multiple processes or threads. It would be for educational purposes or small embedded projects that don't have many resources. I could also code multi-process/threaded versions if there was enough interest.
Please let me know and I will clean it up and post it. It needs cleaned up because it currently supports DELETE, PUT, TRACE and other dangerous HTTP requests