/hasaweba

haskell webserver without frameworks and with custom mOnAdS

Primary LanguageHaskellMIT LicenseMIT

hasaweba

Goals

Build a decent Web API in Haskell using just the Warp web server and no other frameworks. The purpose of this is the following:

  • Strengthen my understanding of monads etc.
  • Get an idea of how you might build a web framework in Haskell