Skip to content

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

Packages

Contributors

Languages