A simple C server built to understand socket programming by sending JSON responses over HTTP. This project demonstrates:
- Creating TCP sockets
- Binding and listening on a port
- Accepting multiple client connections
- Sending HTTP-compliant responses with JSON data
I used the following official documentation and resources while building this project: