This repository includes implementations and concepts related to networking and web development using sockets. Below is a breakdown of the main components:
- Explanation and examples of web socket communication.
- Implementation of an HTTP client built using raw sockets.
- A basic web server constructed using sockets.
- Detailed implementation of the HTTP protocol using sockets.
- A simple web framework developed on top of the HTTP protocol.