huydx / armeria

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

Home Page:http://line.github.io/armeria/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Requirements

Java 8 or later. See Requirements for more information.

How to build

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

$ ./gradlew build

How to ask a question

Ask a question tagged with armeria at StackOverflow.

How to chat with us

Join our 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

http://line.github.io/armeria/

License:Apache License 2.0


Languages

Language:Java 96.2%Language:Thrift 1.8%Language:TypeScript 1.1%Language:CSS 0.5%Language:HTML 0.2%Language:Python 0.1%Language:JavaScript 0.1%Language:Shell 0.1%