Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 426 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 426 Bytes

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]