From 20888ae47680191c4cf18e0fde31a22542d99ed0 Mon Sep 17 00:00:00 2001 From: "Tim Stewart (Denver)" Date: Tue, 16 Jun 2015 09:55:27 -0600 Subject: [PATCH] added RestExpress to Java Servers section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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