A PureScript wrapper around restify.
This library is a work in progress. Most of the code is inspired by purescript-express.
Installation
bower install --save purescript-restify
npm install --save restify
TODO:
[ ] Wrappers for remaining Request methods [ ] Wrappers for remaining Server methods [ ] Tests [ ] Examples [ ] Plugins
See Also
For a wrapper around restify-router, see purescript-restify-router.