nodetrout

Build a Node HTTP server with Trout.


License
MIT
Install
psc-package install nodetrout

Documentation

purescript-nodetrout

Build a Node server using Trout

Trout is a type-level routing DSL very similar to Haskell's Servant. This library provides a Trout server implementation that is directly compatible with purescript-node-http given its type of Request -> Response -> Effect Unit.

More documentation is coming soon. For now, please review the examples and tests.