ELSEIF
Your brief EB
511 stories from 219 feeds 1271 clusters Refreshed 6 minutes ago next pull 06:16

LANGUAGES Signal 142

Single-header C++20 web framework Vermell runs on epoll with zero dependencies

Vermell is a new C++20 web framework that requires only a single header and static library, using an epoll event loop with worker threads.

WHY IT MATTERS

For engineers building Linux web services, Vermell removes dependency management and runtime overhead, relying only on base Linux APIs. Its epoll-based event loop with worker threads aims to handle slow clients without blocking. The framework is not portable to macOS or Windows, so it suits Linux-only deployments.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

Vermell is a single-header, single-static-library C++20 framework with no dependencies beyond Linux base APIs.

02

It uses a non-blocking epoll loop with a worker thread pool to handle requests.

03

It includes built-in hardening like timeouts, request caps, and a render jail, plus an in-tree JSON DOM.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
github.com via Hacker News Vermell – Minimal, dependency-free C++ web framework using epoll Open ↗