Skip to content

📡 A Performance-Focused, Dependency-Free Web Server with WebSockets and JSON.

License

Notifications You must be signed in to change notification settings

dschaadt/Humphrey

 
 

Repository files navigation



Humphrey is a very fast, robust and flexible HTTP/1.1 web server, with support for static and dynamic content through its Rust crate and plugin system. It has no dependencies when only using default features, and the binary is easily extensible with a flexible configuration file and dynamically-loaded plugins. It also provides a WebSocket API for the easy integration of WebSockets into your application, a JSON manipulation crate, and a simple authentication system for authenticating users and managing sessions.

Quick Links

About

📡 A Performance-Focused, Dependency-Free Web Server with WebSockets and JSON.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 97.9%
  • Python 1.1%
  • Other 1.0%