servant/doc/examples.md
Ruben Moor 07f10aaf5e typos
2016-04-20 16:07:02 +02:00

796 B

Example Projects

  • example-servant-minimal:

    A minimal example for a web server written using servant-server, including a test-suite using hspec and servant-client.

  • stack-templates

    Repository for templates for haskell projects, including some templates using servant. These templates can be used with stack new.

  • custom-monad:

      A custom monad that can replace `IO` in servant applications. It adds among
      other things logging functionality and a reader monad (for database connections).
      A full usage example of servant/diener is also provided.