From 5c159c174f7d12c87acd4ce807afb79c6514116d Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 30 Jun 2018 11:32:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f423d6..178e301 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Baratine](http://baratine.io/) - Platform for building a network of loosely-coupled POJO microservices. - [Erlang/OTP](https://github.com/erlang/otp) - Programming language used to build massively scalable soft real-time systems with requirements on high availability. - [Finagle](http://twitter.github.io/finagle) - Extensible RPC system for the JVM, used to construct high-concurrency servers. +- [Flogo](https://github.com/TIBCOSoftware/flogo) - Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices. - [GPars](https://github.com/GPars/GPars) - Concurrency and parallelism framework for the JVM. - [Grenache](https://github.com/bitfinexcom/grenache) - A Bittorent-DHT based microservices framework supporting REQ/REP and PUB/SUB patterns over multiple transports. - [Ice](https://zeroc.com/) - Comprehensive RPC framework with support for C++, C#, Java, JavaScript, Python, and more. @@ -91,7 +92,6 @@ A curated list of Microservice Architecture related principles and technologies. - [Light Java](https://github.com/networknt/light-java) - A fast, lightweight and more productive microservices framework. - [Microserver](https://github.com/aol/micro-server) - Java 8 native, zero configuration, standards based, battle hardened library to run Java REST microservices. - [Orbit](https://github.com/orbit/orbit) - Modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services. -- [Project Flogo](https://github.com/TIBCOSoftware/flogo) - Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices. - [Quasar](https://github.com/puniverse/quasar) - Fibers, channels and actors for the JVM. - [ScaleCube](https://github.com/scalecube/scalecube) - Toolkit for building reactive microservices for the JVM: low-latency, high-throughput, scalable and resilient. - [Vert.X](http://vertx.io/) - Toolkit for building reactive applications on the JVM.