From 8038192ff0d074a3ebba8160128675b7d3c1d748 Mon Sep 17 00:00:00 2001 From: Avinash Sahu Date: Wed, 22 Jul 2015 16:20:03 +0530 Subject: [PATCH] REST Frameworks Added RestExpress in the REST Frameworks section. Issue #190 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69495af..7466da6 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Feign](https://github.com/Netflix/feign) - Java to HTTP client binder inspired by Retrofit, JAXRS-2.0, and WebSocket. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. +* [RestExpress] (https://github.com/RestExpress/RestExpress) - RestExpress is a thin wrapper on the JBOSS Netty HTTP stack to provide a simple and easy way to create RESTful services in Java that support massive Internet Scale and performance. * [RestX](http://restx.io) - Opinionated framework based one annotation processor, providing support for REST endpoint, type safe DI, hot compile/reload, API doc, metrics, specs-oriented endpoint testing. * [Retrofit](http://square.github.io/retrofit/) - A type-safe REST client for Java. * [Spark](http://www.sparkjava.com/) - A Sinatra inspired framework for java.