Talk: Build yourself a Haskell web framework
Zurich HaskellerZ meetup -- 27 October 2016
Slides were created using remark and can be viewed online at https://cbaatz.github.io/build-a-haskell-web-framework/.
To run the code from the live-coding session:
- Install Stack.
- Got to the
demo/
folder in this repo. stack ghci
then type:main
at the prompt. This starts the web-server. Press Ctrl-C to stop it.
Please note that the code form the live-coding session is not polished, merely a proof-of-concept.