Skip to content

Commit ea435b2

Browse files
authored
Move Armeria to Microservice which is more inline with its features
1 parent 808b17f commit ea435b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ _Everything about high-performance computation, from collections to specific lib
444444

445445
_Libraries that assist with creating HTTP requests and/or binding responses._
446446

447-
- [Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC.
448447
- [Async Http Client](https://github.com/AsyncHttpClient/async-http-client) - Asynchronous HTTP and WebSocket client library.
449448
- [Feign](https://github.com/Netflix/feign) - HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket.
450449
- [OkHttp](https://square.github.io/okhttp) - HTTP+SPDY client.
@@ -637,6 +636,7 @@ _Everything else._
637636
_Tools for creating and managing microservices._
638637

639638
- [Apollo](https://spotify.github.io/apollo) - Libraries for writing composable microservices.
639+
- [Armeria](https://github.com/line/armeria) - Asynchronous RPC/REST client/server library built on top of Java 8, Netty, HTTP/2, Thrift and gRPC.
640640
- [consul-api](https://github.com/Ecwid/consul-api) - Client for the Consul API: a distributed, highly available and datacenter-aware registry/discovery service.
641641
- [Eureka](https://github.com/Netflix/eureka) - REST-based service registry for resilient load balancing and failover.
642642
- [Helidon](https://helidon.io) - Two-style approach for writing microservices: Functional-reactive and as an implementation of MicroProfile.

0 commit comments

Comments
 (0)