Hey everyone! 👋

I've been working on Velociradix, an ultra-fast, zero-dependency C++17 HTTP engine and Node.js web framework.

Why Velociradix?

Standard Node.js frameworks execute HTTP parsing, header validation, and routing on the single-threaded V8 loop. Velociradix moves socket handling (kqueue/epoll), zero-copy HTTP parsing, and Radix Trie routing to native multi-threaded C++ background workers.

Benchmark Highlights (500k requests, HTTP pipelining):