Skip to content
forked from line/armeria

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

License

Notifications You must be signed in to change notification settings

geminiKim/armeria

This branch is 2685 commits behind line/armeria:main.

Folders and files

NameName
Last commit message
Last commit date
Sep 3, 2019
Aug 14, 2019
Aug 30, 2019
Sep 18, 2019
Sep 10, 2019
Sep 16, 2019
Sep 11, 2019
Sep 18, 2019
Sep 18, 2019
Jul 26, 2019
May 31, 2019
Jul 1, 2019
Aug 23, 2019
Jul 25, 2019
Aug 30, 2019
Sep 11, 2019
Sep 10, 2019
Sep 6, 2019
Sep 13, 2019
Sep 18, 2019
Aug 9, 2019
Aug 1, 2019
Sep 18, 2019
Jun 28, 2019
Jun 28, 2019
May 31, 2019
May 31, 2019
Jul 26, 2019
Jul 24, 2019
May 28, 2019
Jan 30, 2019
Dec 5, 2017
Jul 2, 2019
Jul 30, 2018
Jul 2, 2019
Jan 30, 2019
Jan 8, 2018
Sep 11, 2019
Sep 6, 2017
Mar 28, 2019
Jun 25, 2019
Jul 1, 2019
Sep 10, 2019
Sep 11, 2019
Aug 21, 2019
Jul 1, 2019
Jul 2, 2019

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.

Requirements

Java 8 or later. See Requirements for more information.

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

We also have a Slack workspace.

How to contribute

See CONTRIBUTING.md.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.6%
  • Thrift 2.2%
  • TypeScript 1.3%
  • CSS 0.6%
  • Python 0.1%
  • HTML 0.1%
  • JavaScript 0.1%