9 lines
150 B
Markdown
9 lines
150 B
Markdown
# 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
|
|
```
|