Skip to content

Creating a Web server from scratch using networking primitives and sys calls, with features such as requests handling, CGI, file uploads, Cookies and session management and more.

Notifications You must be signed in to change notification settings

RidaEn-nasry/Web-server-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project involved creating a web server capable of handling client requests, executing programs with CGI, and accepting file uploads. Understanding the technical workings of sockets, HTTP protocol, and web servers was crucial. Implementing CGI allowed for dynamic content and user data storage. Cookies and session management enabled personalization of user experience. The project also covered file uploads. Overall, the project was a valuable and quite intresting.

http-server

About

Creating a Web server from scratch using networking primitives and sys calls, with features such as requests handling, CGI, file uploads, Cookies and session management and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published