Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 542 Bytes

File metadata and controls

26 lines (19 loc) · 542 Bytes

Build Status

webserver

Simple crossplatfom console-based webserver written in C++

Compiled with

  • MinGW64 GCC 4.7.3 on Windows This is not validated yet
  • GCC 8.4.0 on Ubuntu

Build

The project is built with CMake.

$: mkdir build && cd build  
$: cmake ..  
$: make  

Run

example usage:

$: Webserver -p 8080 -d /home/bertil/www/

Use the --help argument to get additional info about the CLI.