Merge pull request #52 from pmlopes/patch-1

added Vertx-Web the Web/Rest building block for Vert.x Framework
This commit is contained in:
Jonathan Petitcolas
2016-09-21 09:25:04 +02:00
committed by GitHub

View File

@@ -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.