Turbocharge your
Backend

Built for developers, engineered for speed.

npm
$ npm install rensa

Average requests/second

Benchmarked with autocannon

Benchmarks graph

A Backend That Just Flows

Built with Rensa

Rensa Core

Rensa is built using a hybrid Trie+Hashmap structure for near-instant route resolution, ensuring blazing fast lookups even with dynamic routes. Every request takes the shortest path possible, minimizing overhead and maximizing performance.

Unlike traditional routing mechanisms that iterate through a list of routes, Rensa efficiently maps static segments in a Hashmap while handling dynamic parameters through an optimized Trie, making route resolution as fast as possible,

Read more about the approach here.