From e063a199b706f0f041136af99e087ad12dc5151e Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 23 Jun 2017 21:44:57 +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 d46ba26..3a2d89f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Orbit](http://orbit.bioware.com/) - Modern framework for JVM languages that makes it easier to build and maintain distributed and scalable online services. - [Quasar](https://github.com/puniverse/quasar) - Fibers, channels and actors for the JVM. - [Scale Cube](http://scalecube.io/) - Library for building resilient and reactive microservices with peer-to-peer service registry and discovery based on gossip protocol. -- [Squeezer Framework](https://squeezer.io) - Event-driven APIs & Web apps on microservices, serverless. +- [Squeezer](https://squeezer.io) - Event-driven APIs and web applications running as microservices, serverless. - [Vert.X](http://vertx.io/) - Toolkit for building reactive applications on the JVM. - [Vert.X Toolbox](https://github.com/vert-x3/vertx-microservices-toolbox) - A set of Vert.x components to build reactive microservice applications. - [Wangle](https://github.com/facebook/wangle) - A framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.