Skip to content

maniacs-sfa/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, and Thrift. Its primary goal is to help engineers build high-performance asynchronous Thrift microservices that use HTTP/2 as a session layer protocol, although it is designed to be protocol-agnostic and highly extensible (for example, you can serve a directory of static files via HTTP/2 and run Java EE web applications).

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 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.

How to contribute

See CONTRIBUTING.md.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.4%
  • Thrift 3.2%
  • HTML 0.6%
  • JavaScript 0.6%
  • CSS 0.6%
  • Protocol Buffer 0.5%
  • Other 0.1%