wrapper.express
Monadic wrapper over Express web framework.
Example
var Future = var Express = var routes = Express var app = Express Express
Or with Sweet.js macros:
var Express = ; var routes = : params: name $do html <- Future return Express
Check out the examples/
folder for more examples.
Installing
The easiest way is to grab it from NPM. If you're running in a Browser environment, you can use Browserify
$ npm install wrapper.express
Documentation
Check out the Wiki for detailed information about the library. There's
also plenty of Examples in the examples/
folder.
You can read the API documentation online or build it yourself:
$ git clone git://github.com/folktale/wrapper.express.git
$ cd wrapper.express
$ npm install
$ make documentation
Then open the file docs/index.html
in your browser.
Platform
This library requires express@4.x
and node@0.10+
.
Licence
Copyright (c) 2014 Quildreen Motta.
Released under the MIT licence.