Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 653 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 653 Bytes

Repository Contents

This repository includes implementations and concepts related to networking and web development using sockets. Below is a breakdown of the main components:

1. Web Socket Concept

  • Explanation and examples of web socket communication.

2. HTTP Client on Top of Sockets

  • Implementation of an HTTP client built using raw sockets.

3. Web Server on Top of Sockets

  • A basic web server constructed using sockets.

4. HTTP Protocol on Top of Sockets

  • Detailed implementation of the HTTP protocol using sockets.

5. Web Framework on Top of HTTP Protocol

  • A simple web framework developed on top of the HTTP protocol.