wai-devel/README.md

17 lines
553 B
Markdown
Raw Normal View History

# Yesod-devel
2015-07-05 17:12:10 +00:00
WAI compliant web development server for haskell web frameworks NOT limited to yesod.
#Usage
At the core of your WAI application have an Application.hs file whose main function is of type IO ()
It should start a development server at port 3001.
Functionality to read configs from a config file will be added.
An expample application is: https://github.com/urbanslug/cats
To run this you need the github version of ide-backend. Get it here: https://github.com/fpco/ide-backend
# License
2015-07-05 17:12:10 +00:00
Name and license may change. Currently GPL v3.