o
odinpkg.dev
packages / library / microserv

microserv

d6719c4library

simple http server written in odin

BSD-2-Clause · updated 1 year ago

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