Vermell – Minimal, dependency-free C++ web framework using epoll
Summary
Vermell is a minimal, zero dependency C++ web framework that runs on modern Linux environments using an epoll based event loop. It ships as a single header plus a static library with no runtime, offers fast routing, in-tree JSON, and hardening defaults. The repo includes clear build and deployment instructions, examples, and notes on portability across x86_64 and ARM architectures.