/twes

Tiny HTTP Web Server

Primary LanguageCMIT LicenseMIT

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]