Skip to content

nikita-volkov/wobsurv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple and highly performant HTTP file server

Resources

License

Stars

Watchers

Forks

Packages

No packages published