Skip to content

foldcat/microserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple http server written in odin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages