Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 483 Bytes

MicroServ

MicroServ is a simple http server for hosting small static webpages. It is rather minimalistic and can handle a lot of requests.

Optional Features

  • caching
  • rendering file explorer

Building

MicroServ has no external dependencies. Simply:

# release
odin build . -o:speed

# debug
odin build . -debug

Configuration

MicroServ is configured by editing the config.odin file. Options are documented inside.

Planned features

  • multithreading