@hackage WebCont0.0.1
Continuation based web programming for Happstack
Categories
License
BSD-3-Clause
Maintainer
amsay@amsay.net
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (11)
- applicative-extras
- base >=3 && <5
- concatenative >=1.0.1
- containers
- formlets <1
- happstack-server >=0.5 Show all…
Dependents (1)
@hackage/acme-everything
WebCont allows continuation based web programming to be integrated with Happstack, allowing step based interfaces along with traditional handlers. It is based on http://gist.github.com/260052