Skip to content

ms0g/twes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twes

Multi-process web server which serves the static files.

Prerequisites

Building

mkdir build && cd build
cmake .. && cmake --build .

Usage

./twes -p [port] /path/html/files

for help

./twes -h
Usage: ./twes -p [port] path/html/files
Options: -d [run as daemon]