aboutsummaryrefslogtreecommitdiff
path: root/examples/http-server/README.md
blob: 78c8d793e0bdd9baa0ad7d9fb107e77bd3744d6c (plain)
1
2
3
4
5
6
7
8
# 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
```