@hackage / wobsurv

A simple and highly performant HTTP file server

Latest0.1.0

About

Metadata

  • Last updated , by NikitaVolkov
  • License MIT
  • Categories Network Development
  • Maintained by: Nikita Volkov <nikita.y.volkov@mail.ru>

  • Lottery factor: 0

Links

Installation

Readme

Notable features:

  • Based on streaming. Produces the response while the request is still coming. It doesn't waste resources on incorrect or malicious requests by dismissing them right away. It is very gentle with memory.

  • Has a configurable limit of simultaneous connections. All exceeding requests get rejected with a "Service Unavailable" status with code 503.