HyperRoute
HyperRoute Core

The Fastest GraphQL Router. Period.

Built from scratch in Rust for maximum performance. No garbage collection pauses, no runtime overhead. Just pure speed with enterprise-grade security included.

High
Throughput
Ultra-low
p95 latency
0.00%
Error rate
Minimal
Memory usage
Performance

Sub-5ms overhead. Always.

HyperRoute adds virtually zero latency to your requests. Your API performance is determined by your services — not your router.

<5ms
Router Overhead

Per-request processing

99%+
Cache Hit Rate

Query plan & APQ caching

0%
Errors Under Load

Stable at peak concurrency

<1%
Typical Utilization

Massive growth headroom

Built in Rust

Zero-cost abstractions and memory safety without garbage collection pauses. Consistent, predictable performance on every request.

Async-first architecture

Non-blocking I/O handles thousands of concurrent connections efficiently without thread-per-request overhead.

Intelligent caching

Query plans and persisted queries are cached for instant subsequent execution. Repeated queries skip parsing entirely.

Minimal allocations

Optimized hot paths minimize memory pressure under load. Less allocation means less latency jitter.

Know exactly where time is spent

HyperRoute's built-in observability clearly separates router overhead from subgraph latency. When something's slow, you'll know immediately whether it's your services or your router. Spoiler: it's not the router.

Built for production

Every feature designed for real-world demands at scale.

Query plan caching

Parse once, execute millions of times. Repeated queries skip parsing entirely.

  • 10x faster for cached queries
  • Automatic cache management
  • Zero configuration needed
Thundering herd protection

When thousands of users request the same data, we make one upstream call and share the result.

  • Protects your database
  • Handles traffic spikes
  • Automatic deduplication
Full Federation v2

Complete support for Apollo Federation v2 directives. All the flexibility, none of the lock-in.

  • @key, @shareable, @override
  • Entity batching
  • Cross-subgraph references
Real-time subscriptions

Live data updates through the same GraphQL API. SSE and WebSocket support.

  • Server-Sent Events
  • WebSocket transport
  • No separate infrastructure
Zero-downtime operations

Hot reload everything. Schema changes, config updates, rate limits — all without restarts.

  • Atomic schema swaps
  • Running requests complete
  • Instant rollback
Deep observability

60+ Prometheus metrics, OpenTelemetry tracing, and structured logging out of the box.

  • Prometheus / Grafana
  • Jaeger / Zipkin / Tempo
  • Slow query detection
Security included free

Enterprise security without enterprise pricing

Every HyperRoute Core deployment includes a comprehensive security pipeline. No premium tiers, no add-ons, no extra cost.

Query validation
Depth limits, complexity analysis, alias bombing protection
Injection detection
SQL, NoSQL, command injection, and path traversal scanning
DDoS protection
Slowloris detection, connection limits, burst control
Adaptive rate limiting
IP reputation scoring with automatic throttling
Request deduplication
Amplification attack prevention built-in

How we compare

Real benchmarks, reproducible results. No marketing fluff.

FeatureHyperRouteApollo RouterCosmoGraphQL Mesh
Throughput34,700/s~15,000/s~20,000/s~5,000/s
p95 Latency2.75ms~8ms~5ms~25ms
Memory Usage50MB150MB100MB300MB+
In-flight Dedup
Injection Detection
Adaptive Rate Limit
Hot ReloadEverythingSchemaSchemaRestart
Multi-Tenant Native

Up and running in 60 seconds

Single binary. No dependencies. Works everywhere.

Quick install
curl -sSL https://releases.hyperroute.dev/core/install.sh | bash