add crnk.io to rest libraries

crnk is a JSON API implementation to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations into the Java ecosystem, Angular support and more.
This commit is contained in:
remo
2017-09-30 14:01:19 +02:00
parent 06009484ed
commit 6ecaab868b

View File

@ -703,6 +703,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBoss Netty HTTP stack that provides scaling and performance.
* [Restlet Framework](https://github.com/restlet/restlet-framework-java/) - Pioneering framework with powerful routing and filtering capabilities, and a unified client and server API.
* [Spark](http://sparkjava.com/) - Sinatra inspired framework.
* [Crnk](http://www.crnk.io/) - Implementation of the [JSON API](http://jsonapi.org/) specification to build resource-oriented REST endpoints with sorting, filtering, paging, linking, object graphs, type-safety, bulk updates, integrations into the Java ecosystem, Angular support and more.
## Science