MicroServ is a simple http server for hosting small static webpages. It is rather minimalistic and can handle a lot of requests.
- caching
- rendering file explorer
MicroServ has no external dependencies. Simply:
# release
odin build . -o:speed
# debug
odin build . -debug
MicroServ is configured by editing the config.odin
file.
Options are documented inside.
- multithreading