
Lura
High-performance API gateway framework with extensible middleware

Lura is an open framework for building ultra high-performance API gateways and reverse proxies, designed to sit between clients and multiple backend services. It helps consolidate and tailor API responses for frontends by aggregating, transforming, and shrinking payloads, while staying stateless and extensible.
Key Features
- Aggregates multiple backend services into single gateway endpoints
- Response transformation features such as grouping, wrapping, and field selection to reduce payload size
- Extensible middleware and plugin architecture to add functionality (for example, authorization layers)
- Designed for stateless operation suitable for cloud-native and on-prem deployments
- Built as reusable Go libraries to embed gateway capabilities into your own applications
Use Cases
- Build a backend-for-frontend (BFF) layer to reduce client-side complexity in microservice architectures
- Create a reverse proxy that centralizes cross-cutting concerns like authentication and request/response handling
- Expose simplified, optimized endpoints for mobile or web applications that otherwise require multiple backend calls
Lura is a strong fit when you need a fast, composable API gateway foundation and prefer assembling your gateway behavior through reusable components and middleware. It can be used as a framework in custom Go services or as the core technology behind production-ready gateway distributions.
Categories:
Tags:
Tech Stack:
Similar Services

Caddy
Extensible web server and reverse proxy with automatic HTTPS
Caddy is a fast, extensible Go web server and reverse proxy with automatic HTTPS (ACME), HTTP/1.1, HTTP/2, and HTTP/3 support, and a JSON config API.

Traefik Proxy
Cloud-native reverse proxy, load balancer, and ingress controller
Traefik Proxy is a dynamic reverse proxy and load balancer that auto-discovers services from Docker, Kubernetes, and other providers, with HTTPS, routing, and observabili...

Kong Gateway
Cloud-native API and LLM gateway with extensible plugins
Kong Gateway is a high-performance, cloud-native API gateway for routing, securing, and observing API traffic, with an extensible plugin system and Kubernetes support.

Nginx Proxy Manager
Web UI to manage Nginx reverse proxy hosts and SSL certificates
Nginx Proxy Manager is a web-based admin panel for managing Nginx reverse proxy hosts, redirects, streams, and Let’s Encrypt SSL certificates via Docker.

NGINX
High-performance web server, reverse proxy, and load balancer
NGINX is a high-performance HTTP server and reverse proxy with caching, load balancing, TLS termination, and TCP/UDP proxying via a modular architecture.

Pangolin
Identity-aware VPN and reverse proxy for secure remote access
Open-source identity-based remote access platform combining WireGuard VPN and tunneled reverse proxy access with granular zero-trust controls.
Go