From ea435b21f0810ffb15600633ea9bd64b7b6143f1 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Fri, 31 Jan 2020 16:19:09 +0900 Subject: [PATCH] Move Armeria to Microservice which is more inline with its features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afeb9df..b636573 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,6 @@ _Everything about high-performance computation, from collections to specific lib _Libraries that assist with creating HTTP requests and/or binding responses._ -- [Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC. - [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library. - [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. - [OkHttp](https://square.github.io/okhttp) - HTTP+SPDY client. @@ -637,6 +636,7 @@ _Everything else._ _Tools for creating and managing microservices._ - [Apollo](https://spotify.github.io/apollo) - Libraries for writing composable microservices. +- [Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC. - [consul-api](https://github.com/Ecwid/consul-api) - Client for the Consul API: a distributed, highly available and datacenter-aware registry/discovery service. - [Eureka](https://github.com/Netflix/eureka) - REST-based service registry for resilient load balancing and failover. - [Helidon](https://helidon.io) - Two-style approach for writing microservices: Functional-reactive and as an implementation of MicroProfile.