Skip to content

mojahid-belaman/webserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info :

  • A user agent, commonly a web browser or web crawler, initiates communication by requesting a specific resource and the server responds with the content of that resource or an error message if unable to do so.
  • WEBPAGES delivered are most frequently HTML documents, which may include images, style sheets, and scripts in addition to the text content.
  • This communication between client and server takes place using the Hypertext Transfer Protocol (HTTP).
  • HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access.
  • The primary function of a web server is to store, process, and deliver web pages to clients.

Technologies :

Project is created with:

  • C++ language
  • HTML5/CSS

Setup :

  • To run this Server:
$ make
$ ./webserv

Ressources :

NOTE :

  • This project is an introduction to HTTP server. It can be tested with a real browser.
  • The project is still not in its final form!

Releases

No releases published

Packages

No packages published

Languages

  • HTML 98.1%
  • C++ 1.7%
  • PHP 0.2%
  • Python 0.0%
  • CSS 0.0%
  • Makefile 0.0%