Tutorial by Examples

Servant is a library for declaring APIs at the type-level and then: write servers (this part of servant can be considered a web framework), obtain client functions (in haskell), generate client functions for other programming languages, generate documentation for your web applications and m...
Yesod project can be created with stack new using following templates: yesod-minimal. Simplest Yesod scaffold possible. yesod-mongo. Uses MongoDB as DB engine. yesod-mysql. Uses MySQL as DB engine. yesod-postgres. Uses PostgreSQL as DB engine. yesod-postgres-fay. Uses PostgreSQL as DB engine....

Page 1 of 1