Syam Narendra

Blog

Thoughts, learnings, and occasional rants about building software.

All Posts

Building a Reverse Proxy with YARP in .NET
Apr 10, 20268 min read

Building a Reverse Proxy with YARP in .NET

How I built a high-performance reverse proxy using Microsoft's YARP library, handling 10k+ requests per second with custom routing middleware.

C#YARP.NET