diff --git a/README.md b/README.md index 7580277..597b8ce 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A collaborative list of great resources about RESTful API architecture, developm * [Python](#python) * [Ruby](#ruby) * [Go](#go) + * [Java](#java) * [Testing](#testing) * [Querying](#querying) * [Mocking](#mocking) @@ -143,6 +144,10 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Resoursea](https://github.com/resoursea/api) - A REST framework for quickly writing resource based services. * [Zerver](https://github.com/cosiner/zerver) - Zerver is a expressive, modular, feature completed RESTful framework. +### Java + +* [RestExpress](https://github.com/RestExpress/RestExpress) - A netty-based, highly performant, lightweight, container-less, plugin-extensible, framework that is ideal for microservice architectures. + ## Testing ### Querying