dantol29 / webserver

Our own HTTP server
4 stars 1 forks source link

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