tomo/examples/http-server
2025-04-06 22:26:12 -04:00
..
sample-site No more colons for blocks 2025-04-06 16:07:23 -04:00
connection-queue.tm Allow uninitialized variables when there's a sensible empty value 2025-04-06 19:20:07 -04:00
http-server.tm Make string escapes more normal: "\n" for newline, etc. Backticks can be 2025-04-06 22:26:12 -04:00
README.md Add http-server example 2025-04-01 21:15:17 -04:00

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