[web-devel] ANNOUNCE: yesod-continuations
Matt Brown
matt at softmechanics.net
Sat Nov 27 19:28:12 CET 2010
Hello all,
I pushed a new package yesod-continuations to hackage. It allows you
to register a handler for one time use (by the session that generated
it) at a unique URL. I wrote it as an alternative to subsites for
writing yesod widgets with "internal urls" (ajax widgets, for
example).
A demo (testcont.hs) is included in the source, and the master and
continuation branches of my yesod-tailwidget repo compare the two
approaches. Feedback is welcome.
regards,
-matt
Hackage: http://hackage.haskell.org/package/yesod-continuations-0.1
GitHub: https://github.com/softmechanics/yesod-continuations
yesod-tailwidget GitHub: https://github.com/softmechanics/yesod-tailwidget
More information about the web-devel
mailing list