Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 737 Bytes

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