From 18c97df05362b97c8d09bb47041f1a6cf8947268 Mon Sep 17 00:00:00 2001 From: Matheus Seabra <5796861+matheuseabra@users.noreply.github.com> Date: Mon, 10 Jun 2019 19:06:39 -0300 Subject: [PATCH] Add Scala frameworks for building REST services --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 815d83a..3724317 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,12 @@ 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. +* [Play](https://www.playframework.com) - The High Velocity Web Framework For Scala and Java. + + ### 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.