Skip to content
/ webserv Public
forked from dantol29/webserver

Web server in C++98 for the core curriculum of 42

Notifications You must be signed in to change notification settings

552020/webserv

 
 

Repository files navigation

Webserv

Single-threaded web server implemented in C++98 for School 42’s core curriculum.

Introduction

Developed by Daniil, Leo and Stefano. Work in progress.

Usage

  1. Clone the repository:
    git clone https://github.com/dantol29/webserver.git
    cd webserver
  2. Compile the webserver:
    make
  3. Run the server:
    ./webserver
  4. Visit http://localhost:8080 or http://127.0.0.1:8080 in your browser to view the server response.

Random resources

About

Web server in C++98 for the core curriculum of 42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.0%
  • HTML 11.6%
  • Shell 5.5%
  • Python 4.8%
  • Makefile 0.9%
  • Perl 0.6%
  • Other 0.6%