Show HN: Extreme Router – A High-Performance, Plugin-Driven JavaScript Router
github.comExtreme Router is a radix-tree-based, plugin-driven JavaScript router designed for speed and extensibility. It features:
Blazing-fast lookups using an optimized radix tree.
Extensible plugin system to customize route matching.
Universal compatibility across Node.js, Bun, Deno, and browsers.
Zero dependencies, lightweight yet powerful.
Built-in support for parameters, wildcards, regex patterns, and optional segments.
Benchmarked for high performance under stress.
Ideal for high-traffic applications, custom routing needs, and scalable architectures.
Check it out! Open to feedback, contributions, and ideas.