SkillAgentSearch skills...

Humphrey

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

Install / Use

/learn @w-henderson/Humphrey
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://raw.githubusercontent.com/w-henderson/Humphrey/master/assets/logo.png" width=150> <h3 align="center">Humphrey</h3> <p align="center"> A Performance-Focused, Dependency-Free Web Server.<br> <a href="https://humphrey.whenderson.dev"><strong>Getting Started »</strong></a><br><br> <a href="https://humphrey.whenderson.dev/core/index.html">Core Guide</a> · <a href="https://humphrey.whenderson.dev/server/index.html">Server Guide</a> · <a href="https://humphrey.whenderson.dev/websocket/index.html">WebSocket Guide</a> · <a href="https://humphrey.whenderson.dev/json/index.html">JSON Guide</a> · <a href="https://humphrey.whenderson.dev/auth/index.html">Auth Guide</a><br> <a href="https://docs.rs/humphrey">Core API Docs</a> · <a href="https://docs.rs/humphrey-server">Server API Docs</a> · <a href="https://docs.rs/humphrey-ws">WebSocket API Docs</a> · <a href="https://docs.rs/humphrey-json">JSON API Docs</a> · <a href="https://docs.rs/humphrey-auth">Auth API Docs</a> </p><br> <img src="https://img.shields.io/badge/language-rust-b07858?style=for-the-badge&logo=rust" style="margin-right:5px"> <img src="https://img.shields.io/github/actions/workflow/status/w-henderson/Humphrey/test.yml?branch=master&style=for-the-badge" style="margin-right:5px"> <img src="https://img.shields.io/badge/dependencies-0-brightgreen?style=for-the-badge" style="margin-right:5px"><br> <img src="https://img.shields.io/crates/v/humphrey?label=core&style=for-the-badge" style="margin-right:5px"> <img src="https://img.shields.io/crates/v/humphrey_server?label=server&style=for-the-badge" style="margin-right:5px"> <img src="https://img.shields.io/crates/v/humphrey_ws?label=ws&style=for-the-badge" style="margin-right:5px"> <img src="https://img.shields.io/crates/v/humphrey_json?label=json&style=for-the-badge" style="margin-right:5px"> <img src="https://img.shields.io/crates/v/humphrey_auth?label=auth&style=for-the-badge" style="margin-right:5px"><br><br> </div> <hr><br>

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. The current Minimum Supported Rust Version is 1.60.

Quick Links

Related Skills

View on GitHub
GitHub Stars38
CategoryDevelopment
Updated4mo ago
Forks3

Languages

Rust

Security Score

92/100

Audited on Dec 4, 2025

No findings