1.4 KiB
1.4 KiB
servant-server
This library lets you implement an HTTP server with handlers for each endpoint of a servant API, handling most of the boilerplate for you.
Getting started
We've written a Getting Started 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.
Repositories and Haddocks
- The core servant package - docs
- Implementing an HTTP server for a webservice API with servant-server - docs
- (Haskell) client-side function generation with servant-client - docs
- (Javascript) client-side function generation with servant-jquery - docs
- API docs generation with servant-docs - docs