tomo/examples/http-server/README.md

9 lines
150 B
Markdown
Raw Normal View History

2025-04-01 18:15:17 -07: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
```