Skip to content

Webserver

Fast and versatile web framework in modern C++

Webserver is a lightweight, high-performance framework built on top of Uvent.
It provides everything you need to handle HTTP/1.0 and HTTP/1.1 requests efficiently, while keeping the core small and clean.

Features

  • 🚀 High-performance async event loop
  • 📦 Header parsing and strict RFC support
  • 🔌 Middleware and routing system
  • 🧩 Designed for extension and modularity

Get Started