Skip to content
forked from line/armeria

Asynchronous RPC/API client/server library built on top of Java 8, Netty 4.1, HTTP/2, and Thrift

License

Notifications You must be signed in to change notification settings

delegacy/armeria

 
 

Repository files navigation

Visit the official web site for more information.

Armeria

Armeria is an open-source asynchronous RPC/API client/server library built on top of Java 8, Netty 4.1, HTTP/2, Thrift and gRPC. Its primary goal is to help engineers build high-performance asynchronous microservices that use HTTP/2 as a session layer protocol.

It is open-sourced and licensed under Apache License 2.0 by LINE Corporation, who uses it in production.

How to build

We use Gradle and Java 11 or later to build Armeria. The following command will compile Armeria and generate JARs and web site:

$ ./gradlew build

How to ask a question

Just create a new issue to ask a question, and browse the list of previously answered questions.

We also have a Slack workspace.

How to contribute

See CONTRIBUTING.md.

About

Asynchronous RPC/API client/server library built on top of Java 8, Netty 4.1, HTTP/2, and Thrift

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.5%
  • Thrift 2.5%
  • TypeScript 1.2%
  • CSS 0.7%
  • Python 0.1%
  • JavaScript 0.0%