aicoolies logo
Armeria logo
Armeria logo

Armeria

Versatile microservice framework for any protocol

open sourceverified Aug 24, 2026

Armeria is an open-source microservice framework from the creator of Netty at LINE Corporation that supports gRPC, Thrift, REST, and GraphQL on a single server and port. It provides built-in decorators for metrics, distributed tracing, load balancing, authentication, rate limiting, circuit breakers, and automatic retries. The framework integrates seamlessly with Spring Boot, Dropwizard, and Reactive Streams while serving automated API documentation with interactive request testing.

Armeria is a battle-tested microservice framework created by Trustin Lee, the original author of Netty, and maintained by engineers at LINE Corporation. It uniquely supports serving gRPC, Thrift, REST, and GraphQL endpoints on a single server instance sharing the same port, with or without TLS. This multi-protocol capability eliminates the need for separate server processes or reverse proxies when a service needs to expose different API styles to different consumers.

Cross-cutting concerns that typically require custom middleware in other frameworks are handled through Armeria's decorator system. Metrics collection, distributed tracing via Zipkin or Brave, client-side load balancing, authentication, rate limiting, circuit breaking, and automatic retries are all available as composable decorators that can be layered onto any service or client. The framework also auto-generates interactive API documentation with sample payloads, enabling ad-hoc testing of gRPC and Thrift endpoints directly from a browser.

Armeria integrates cleanly with Spring Boot and Dropwizard, allowing teams to adopt it incrementally by serving gRPC traffic through Armeria while leaving REST endpoints to the existing framework. Built on top of Netty's event-driven architecture, it delivers high throughput and low latency even under heavy concurrent load. The framework supports Kotlin coroutines and Reactive Streams for modern asynchronous programming patterns, making it a strong choice for teams building polyglot microservice architectures at scale.

Pricing

100% free and open source under the Apache-2.0 license ($0 software cost). LINE Armeria is an asynchronous HTTP/2 and gRPC/REST microservice framework built on Netty with zero licensing fees.

full pricing breakdown →

Platforms

Java/Kotlin library, JVM-based

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Cilium logo

Cilium

eBPF-based networking, security, and observability for Kubernetes

Cilium is a CNCF Graduated, Apache-2.0 project for Kubernetes networking, security, and observability using eBPF. It can replace kube-proxy, enforce identity-aware L3-L7 network policies, and add Hubble flow observability plus Tetragon runtime-security signals. Current source checks support GKE Dataplane V2 using Cilium/eBPF and Azure CNI Powered by Cilium for AKS.

Open Source
OrbStack logo

OrbStack

Fast and lightweight Docker Desktop alternative for macOS

OrbStack is a macOS application that replaces Docker Desktop with lightweight container and Linux VM management. Its docs emphasize fast starts, lower CPU and memory overhead, and native macOS integration with menu bar controls, file sharing, and network access to containers by name, with exact gains depending on workload. Supports Docker, Kubernetes, and full Linux VMs.

freemium
Ray logo

Ray

Distributed AI compute engine for scaling Python and ML workloads

Ray is an open-source distributed computing framework built for scaling AI and Python applications from a laptop to thousands of GPUs. It provides libraries for distributed training, hyperparameter tuning, model serving, reinforcement learning, and data processing under a single unified API. Ray's public site highlights OpenAI and other enterprise users. Maintained by Anyscale with Apache-2.0 open-source licensing.

freemiumOpen Source
Act logo

Act

Run GitHub Actions locally for fast feedback

Act is an open-source tool that runs GitHub Actions workflows locally using Docker containers that match GitHub's execution environment. It provides instant feedback on workflow changes without pushing to a repository, supports matrix builds, secret management, and artifact handling. Act can also replace Makefiles by using workflow files as task definitions, making it useful for both CI/CD development and local task automation across development teams.

Open Source
Clerk logo

Clerk

Drop-in authentication for modern JavaScript apps

Clerk is a complete authentication and user management platform for React, Next.js, and modern JavaScript frameworks. It provides pre-built UI for sign-in, sign-up, user profiles, organizations, MFA, passkeys, JWT sessions, webhooks, and billing. The Hobby plan supports up to 50,000 monthly retained users per app, with Pro, Business, and Enterprise tiers for growing teams.

freemium
Docker logo

Docker

Build, share, and run containers

Industry-standard container platform for building, shipping, and running applications in isolated, reproducible environments. Package apps with all dependencies into portable containers using Dockerfiles and images. Docker Compose orchestrates multi-container applications. Docker Hub hosts millions of pre-built images. Docker Desktop provides GUI management on Mac/Windows. Essential for local development, CI/CD, and production deployments. The foundation of modern containerized infrastructure.

freemiumTelemetry

FAQ

What is Armeria?

Armeria is an open-source microservice framework from the creator of Netty at LINE Corporation that supports gRPC, Thrift, REST, and GraphQL on a single server and port. It provides built-in decorators for metrics, distributed tracing, load balancing, authentication, rate limiting, circuit breakers, and automatic retries. The framework integrates seamlessly with Spring Boot, Dropwizard, and Reactive Streams while serving automated API documentation with interactive request testing.

Is Armeria free?

Yes — Armeria is open source and free to use. 100% free and open source under the Apache-2.0 license ($0 software cost). LINE Armeria is an asynchronous HTTP/2 and gRPC/REST microservice framework built on Netty with zero licensing fees.

Is Armeria open source?

Yes — Armeria is open source.

Is Armeria still maintained?

Yes — Armeria is active. Its listing was last verified on August 24, 2026.

What are the best Armeria alternatives?

The top editor-verified Armeria alternatives are Resolve AI, Fig Security.