Add Micronaut

This commit is contained in:
Andreas Kull
2018-05-31 12:13:02 +02:00
parent a1474d725d
commit 16043798f6

View File

@ -561,12 +561,13 @@ A curated list of awesome Java frameworks, libraries and software.
## Microservice
*Tools for managing microservices: i.e., creation, coordination or discovery.*
*Tools for creating and managing microservices.*
* [Apollo](https://spotify.github.io/apollo/) - Libraries for writing composable microservices.
* [consul-api](https://github.com/Ecwid/consul-api) - Client for the [Consul](https://www.consul.io/) API: a distributed, highly available and datacenter-aware registry/discovery service.
* [Eureka](https://github.com/Netflix/eureka) - REST-based service registry for resilient load balancing and failover.
* [Lagom](https://www.lightbend.com/lagom) - Framework for creating microservice-based systems.
* [Micronaut](http://micronaut.io/) - Modern full-stack framework with focus on modularity, minimal memory footprint and startup time.
## Monitoring