From 61042447a0f295e21ae25e4c6af6e2bea03935e9 Mon Sep 17 00:00:00 2001 From: Paulo Lopes Date: Tue, 13 Sep 2016 15:57:23 +0200 Subject: [PATCH] added Vertx-Web the Web/Rest building block for Vert.x Framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62ab1cc..8cd3d9c 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Java * [RestExpress](https://github.com/RestExpress/RestExpress) - Netty-based, highly performant, lightweight, container-less, plugin-extensible, framework that is ideal for microservice architectures. +* [Vertx-Web](https://github.com/vert-x3/vertx-web) - Vert.x-Web is a set of building blocks for building web applications with Vert.x, a toolkit for building reactive applications on the JVM. ### Haskell * [Rest for Haskell](https://github.com/silkapp/rest) - This package allows you to create REST APIs in Haskell. These APIs can be run in different web frameworks. They can also be used to automatically generate documentation as well as client libraries.