Skip to content

ktvoelker/vorple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vorple, a simple web framework for Haskell

Vorple is a simple framework for web applications that just want to send and receive JSON.

Take a look at the example to see how it works!

Installation

Vorple isn't on Hackage yet, so you'll have to clone it from here. I highly recommend using cabal-dev to install Vorple's dependencies in a sandbox.

cabal install cabal-dev  # if you don't have cabal-dev yet
git clone git://github.com/ktvoelker/vorple.git
cd vorple
cabal-dev install

If you want to run the test suite, you will also need my as-yet-unpublished cookie-jar package.

cd ..
git clone git://github.com/ktvoelker/cookie-jar.git
cd vorple
cabal-dev add-source ../cookie-jar
cabal-dev configure --enable-tests
cabal-dev test

About

A simple web framework for Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published