<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Moaaz Yahia</title>
    <description>The latest articles on DEV Community by Moaaz Yahia (@moaaz_yahia_4e3bb39e5be03).</description>
    <link>https://dev.to/moaaz_yahia_4e3bb39e5be03</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4077049%2F60f6343b-c61b-4bc2-b702-87be1d5792d8.png</url>
      <title>DEV Community: Moaaz Yahia</title>
      <link>https://dev.to/moaaz_yahia_4e3bb39e5be03</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/moaaz_yahia_4e3bb39e5be03"/>
    <language>en</language>
    <item>
      <title>Meet Velociradix: The 180,000 req/s C++17 Powered Web Framework for Node.js</title>
      <dc:creator>Moaaz Yahia</dc:creator>
      <pubDate>Fri, 14 Aug 2026 04:51:01 +0000</pubDate>
      <link>https://dev.to/moaaz_yahia_4e3bb39e5be03/meet-velociradix-the-180000-reqs-c17-powered-web-framework-for-nodejs-3mcm</link>
      <guid>https://dev.to/moaaz_yahia_4e3bb39e5be03/meet-velociradix-the-180000-reqs-c17-powered-web-framework-for-nodejs-3mcm</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;I've been working on &lt;strong&gt;Velociradix&lt;/strong&gt;, an ultra-fast, zero-dependency C++17 HTTP engine and Node.js web framework.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why Velociradix?
&lt;/h3&gt;

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

&lt;h3&gt;
  
  
  Benchmark Highlights (500k requests, HTTP pipelining):
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🏎️ &lt;strong&gt;Pure C++ Engine:&lt;/strong&gt; ~450,000 req/s&lt;/li&gt;
&lt;li&gt;⚡ &lt;strong&gt;JS / TS Multi-Thread:&lt;/strong&gt; ~181,000 req/s&lt;/li&gt;
&lt;li&gt;🍃 &lt;strong&gt;JS Single-Thread (1 core):&lt;/strong&gt; ~147,000 req/s (~3.5x faster than Express)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Key Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🛡️ &lt;strong&gt;Zero Runtime Dependencies:&lt;/strong&gt; 0 external npm dependencies.&lt;/li&gt;
&lt;li&gt;🔄 &lt;strong&gt;Express Drop-in Replacement:&lt;/strong&gt; Run existing Express apps/routers via &lt;code&gt;import express from 'velociradix/express'&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;📁 &lt;strong&gt;File-Based Routing:&lt;/strong&gt; Next.js-style automatic routes (&lt;code&gt;routes/users/[id].ts&lt;/code&gt; ➔ &lt;code&gt;/users/:id&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;🔋 &lt;strong&gt;36+ Built-in Middlewares:&lt;/strong&gt; JWT auth, sliding-window rate limiter, session encryption, caching, CORS, and helmet out of the box.&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Built-in Docs &amp;amp; Live Metrics:&lt;/strong&gt; Interactive Swagger UI, Postman v2.1 export, and live metrics dashboard without extra packages.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;📘 &lt;strong&gt;100% Strict TypeScript:&lt;/strong&gt; Zero &lt;code&gt;any&lt;/code&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Documentation &amp;amp; Guides:&lt;/strong&gt; &lt;a href="https://moaaz-i.github.io/Velociradix" rel="noopener noreferrer"&gt;https://moaaz-i.github.io/Velociradix&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/Moaaz-i/Velociradix" rel="noopener noreferrer"&gt;https://github.com/Moaaz-i/Velociradix&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I would love to get your feedback, hear what you think of the architecture, and answer any questions!&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>performance</category>
    </item>
  </channel>
</rss>
