diff --git a/README.md b/README.md index fc7034c..9e6c1f7 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Disruptor](https://github.com/LMAX-Exchange/disruptor) - High-performance inter-thread messaging library. - [Dropwizard](https://dropwizard.github.io/) - Java framework for developing ops-friendly, high-performance, RESTful web services. - [HTTP Remoting](https://github.com/palantir/http-remoting) - Libraries for defining and creating RESTish/RPC servers and clients based on Feign or Retrofit as a client and Dropwizard/Jersey with JAX-RS service definitions as a server. -- [Ja-micro](https://github.com/Sixt/ja-micro) - Lightweight Java framework for building microservices. +- [Ja-micro](https://github.com/Sixt/ja-micro) - Lightweight Java framework for building microservices (compatible with [go-micro](https://github.com/micro/go-micro)). - [Jersey](https://jersey.java.net/) - RESTful services in Java. JAX-RS reference implementation. - [MSF4J](https://github.com/wso2/msf4j) - High throughput & low memory footprint Java microservices framework. - [QBit](https://github.com/advantageous/qbit) - Reactive programming library for building microservices.