Rodtree/ISPMN1-PEPE — reverse-engineered prompt
Reverse engineered prompt
I want a small web server project in C that I can run locally and understand without a lot of setup.
Please build out the webServer part into something usable, a simple server that starts from the terminal, listens on a port, and serves basic web content in the browser. Keep it lightweight and easy to read, since this feels like a learning project as much as a working one. If it makes sense, include a couple of basic routes or pages, simple request handling, and clear output in the console so I can tell what the server is doing.
Also add a real README, with what the project is, how to compile it, how to run it, and how to test it in a browser or with a simple command. Keep the code organized and commented just enough that a beginner can follow it.
If anything is missing, use sensible defaults and look up current docs online if you need to.
Want more depth? Deep Reverse