From b1bc73964e8cfa3fc4d8975f47ce85cbc72b7a2b Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 13 Jan 2016 20:55:27 +0100 Subject: [PATCH] Added rest.li --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f821a4..4d8fd66 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ A curated list of awesome Java frameworks, libraries and software. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. * [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBoss Netty HTTP stack to provide scaling and performance. * [Restlet Framework](https://github.com/restlet/restlet-framework-java/) - Pioneering framework with powerful routing and filtering capabilities, unified client and server API. +* [rest.li](https://github.com/linkedin/rest.li) - Framework for building robust, scalable RESTful architectures using type-safe bindings and asynchronous, non-blocking IO with an end-to-end developer workflow that promotes clean practices, uniform interface design and consistent data modeling. * [RestX](http://restx.io) - Framework based on annotation processing and compile-time source generation. * [Retrofit](http://square.github.io/retrofit/) - Type-safe REST client. * [Spark](http://sparkjava.com/) - Sinatra inspired framework.