Skip to content

hallos/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple console-based webserver written in modern C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published