code / tomo-http-server

Lines215 Tomo159 HTML21 Markdown14 CSS11 INI9
1 others 1
Text1
(9 lines)

HTTP Server

This is a simple multithreaded Tomo HTTP server that can be run like this:

tomo -e http-server.tm
./http-server ./sample-site
1 # HTTP Server
3 This is a simple multithreaded [Tomo](https://tomo.bruce-hill.com) HTTP server
4 that can be run like this:
6 ```
7 tomo -e http-server.tm
8 ./http-server ./sample-site
9 ```