Remix.run Logo
standar-donkey 2 days ago

Hey HN,

I built Vermell, a minimal, zero-dependency C++ web framework designed to explore low-level networking, non-blocking I/O with Linux epoll, and simple Express-like routing under the hood.

I originally started this ~4 years ago and paused it over socket/memory security concerns. Recently, I picked it back up, audited the codebase, and packaged it with APT, Docker, and an NPX starter.

Site & docs: https://vermell.cc/

Would love any feedback on the architecture, security edge cases, or performance.

blackfawn 17 hours ago | parent [-]

This looks really nice, I'll definitely try it out! I take it by the examples that minimum is C++20? Have you done any benchmarks compared to any others?