/Joje

Haskell web framework

Primary LanguageHaskellApache License 2.0Apache-2.0

Joje Build Status Coverage Status

Joje is a simple Haskell web framework. It's main purpose is to be a light wrapper around WAI/Warp.

How to run

For basic example, use

  stack runghc examples/Basic.hs

TODO

This todo is to be expanded as development progresses. Current entries are:

  • Allowing verbs for different routes
  • Tests
  • Comment code
  • Route parser

Roadmap

0.1.0

  • Working router - can parse route, get parameters and send it to adequate handler function
  • Change to Library
  • Add basic tests