Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.88 KB

README.md

File metadata and controls

51 lines (35 loc) · 2.88 KB

This project is here to make you write your own HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocol on internet. Knowing its arcane will be useful, even if you won't be working on a website.

What is a web server? A webserver is software and hardware that uses HTTP (Hypertext Transport Protocol) and other protocols to respond to client request all around the world. A webserver displays the website content through storing, processing and delivering webpages to the users.

  • Hardware side:

A web server is like a computer that stores the necessary files for a website (like text, images, and design elements). It's connected to the internet, allowing it to share these files with other devices worldwide.

  • Software side:

Think of the web server's software as the boss that manages how people access the website. At the core, it's like an "HTTP server." Imagine this as the server's language that understands web addresses (URLs) and the rules for showing webpages. When you type a website's name (like www.example.com) in your browser, this HTTP server takes care of delivering the website's content to your computer.

Sources:

Introduction to server-side programming and how it differs from client-side https://developer.mozilla.org/en-US/docs/Learn/Server-side/First_steps/Introduction

Contributors


Haseeb Qureshi


Raav Koper


Steryu