From 091f00c5ec94acded46bbd8348b89206db1f4b57 Mon Sep 17 00:00:00 2001 From: Shan Huang Date: Tue, 15 Dec 2015 23:38:21 +0800 Subject: [PATCH] Rest for Haskell --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56b5eee..940698f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ A collaborative list of great resources about RESTful API architecture, developm * [Ruby](#ruby) * [Go](#go) * [Java](#java) + * [Haskell](#haskell) * [Testing](#testing) * [Querying](#querying) * [Mocking](#mocking) @@ -153,6 +154,9 @@ 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. +### 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. + ## Testing ### Querying