A simple HTTP server written in C langauge, implements 400, 404, 405 and 500 response functionality.
- Sample HTML index file
- Supports different mime types
- Text response
- Language: C
- Build System: CMake
- Platform: Windows
- Generate project using CMake
- Run the Server, open browser and go to http://localhost:8080
- You should see the Hello, World HTML page loaded successfully
- To terminate the server press CTRL + C
