From cd66a3b929bcbd9b0a10834d7d363435114ffa34 Mon Sep 17 00:00:00 2001 From: John Zhou Date: Sun, 29 Oct 2017 17:28:36 -1000 Subject: [PATCH] Add Dropwizard. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61eda78..64941f6 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [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. +* [Dropwizard](https://github.com/dropwizard/dropwizard) - A framework for developing ops-friendly, high-performance, RESTful web services. ### 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.