Skip to content

Full HTTP web server built using C++.

Notifications You must be signed in to change notification settings

ilyassesalama/webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserv

Full HTTP web server built using C++. A program that is capable of running an HTTP server, handling requests, and parsing configuration files (inspired by NGINX). This project is part of 1337 (42 Network) common core cursus.

Building the program

You simply need a C++ compiler available on your machine to compile the source code.

Running the program

After getting webserv executable by compiling the project; run it, go to your browser, and enter localhost:8080. That's it. Your terminal should show the logs of your requests.

About

Full HTTP web server built using C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published