From ed1343e9a80e216af1ca0c35c7b06c6754cd423e Mon Sep 17 00:00:00 2001 From: mfornos Date: Sun, 13 Sep 2015 19:27:27 +0200 Subject: [PATCH] Added Airlift --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0df6f55..184d26c 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ A curated list of Microservice Architecture related principles and technologies. #### Java +- [Airlift](https://github.com/airlift/airlift) - Framework for building REST services in Java. - [Dropwizard](https://dropwizard.github.io/) - Java framework for developing ops-friendly, high-performance, RESTful web services. - [Finagle](http://twitter.github.io/finagle) - Extensible RPC system for the JVM, used to construct high-concurrency servers. - [Jersey](https://jersey.java.net/) - RESTful Web Services in Java. JAX-RS (JSR 311 & JSR 339) Reference Implementation.