A bunch of examples that show how to do stuff using Haskell's Servant web framework
Haskell
44
13 commits
updated Apr 26, 2021
This repo hosts a bunch of modules that show how to do anything using Haskell's Servant web framework. The modules here are
Self contained. Each module exports a complete servant web application. You can just load the indvidual modules using GHCI and call the 'mainFn' function to start the server.
Consise. Each module only contain stuff that is absolutly required to show one and only one thing.
Each module also contains a sample output from a curl command that communicates with the server in that module that demostrates the respective behavior.
This is only meant as a quick refresher on how to do anything using Servant, and not an in depth tutorial on its workings. Following is a listing of the modules and a short summary that describes each
10 commits
3 commits
Haskell
100.0%
A bunch of examples that show how to do stuff using Haskell's Servant web framework
Haskell
44
13 commits
updated Apr 26, 2021
This repo hosts a bunch of modules that show how to do anything using Haskell's Servant web framework. The modules here are
Self contained. Each module exports a complete servant web application. You can just load the indvidual modules using GHCI and call the 'mainFn' function to start the server.
Consise. Each module only contain stuff that is absolutly required to show one and only one thing.
Each module also contains a sample output from a curl command that communicates with the server in that module that demostrates the respective behavior.
This is only meant as a quick refresher on how to do anything using Servant, and not an in depth tutorial on its workings. Following is a listing of the modules and a short summary that describes each
10 commits
3 commits
Haskell
100.0%