1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2025-09-04 22:32:41 -04:00

Added Airlift

This commit is contained in:
mfornos 2015-09-13 19:27:27 +02:00
parent c52000199d
commit ed1343e9a8

View file

@ -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.