servant/servant-server/README.md

10 lines
556 B
Markdown
Raw Normal View History

2014-12-10 16:39:40 +01:00
# servant-server
2014-12-10 16:10:57 +01:00
![servant](https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png)
2014-12-10 16:39:40 +01:00
This library lets you *implement* an HTTP server with handlers for each endpoint of a servant API, handling most of the boilerplate for you.
2014-12-10 16:10:57 +01:00
## Getting started
2016-04-21 12:22:54 +02:00
We've written a [tutorial](http://haskell-servant.readthedocs.org/en/stable/tutorial/index.html) guide that introduces the core types and features of servant. After this article, you should be able to write your first servant webservices, learning the rest from the haddocks' examples.