From 1e12ea002c15e1ef3eb09b253eec6ca60c4e0ac7 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 10 Mar 2017 22:17:03 +0100 Subject: [PATCH] Add Wangle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33c64b2..ed73353 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Scale Cube](http://scalecube.io/) - Library for building resilient and reactive microservices with peer-to-peer service registry and discovery based on gossip protocol. - [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. ## Service Toolkits