Popularity
3.6
Declining
Activity
0.0
Stable
4
4
0

Monthly Downloads: 4
Programming language: Haskell
License: MIT License
Tags: Network     Networking     Service    
Latest version: v0.1.0

wobsurv alternatives and similar packages

Based on the "Networking" category.
Alternatively, view wobsurv alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of wobsurv or a related project?

Add another 'Networking' Package

README

Wobsurv

A simple and highly performant HTTP file server.

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.


Build Status