Merge pull request #95 from matheuseabra/patch-1

Add Scala frameworks for REST services
This commit is contained in:
Francois Zaninotto
2019-06-11 19:28:33 +02:00
committed by GitHub

View File

@@ -178,6 +178,11 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [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.
### Scala
* [Chaos](https://github.com/mesosphere/chaos) - A lightweight framework for writing REST services in Scala.
### 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.