[22:31]<kriszyp> hannesw_: have you implemented or done anything JSGI 0.3 and/or promise/asynchronous responses in RingoJS? [22:32]<kriszyp> right a blog post about Comet + JSGI, and don't want to leave anybody out [22:32]<kriszyp> s/right/writing [22:36]<hannesw_> kriszyp we're still on JSGI 0.2, but we implement async promise-like JSGI [22:37]<hannesw_> there's also a cometd/bayeux package I'm working on [22:38]<hannesw_> http://github.com/hns/ringo-cometd [22:40]<kriszyp> cool, thanks [22:41]<hannesw_> thanks for asking! [22:49]<kriskowal> hannesw_ can i see an example of said async jsgi? [22:49]<kriskowal> i'm fiddling with that on narwhal+node [22:50]<hannesw_> kriskowal: sure - looking for an existing gist or something.... [22:54]<hannesw_> two examples: http://gist.github.com/360650 [22:55]<hannesw_> this is basically what kriszyp proposed some time ago [22:56]<hannesw_> I'm planning to provide another API, probably node.js-like, on top of this [23:32]<ashb> kriskowal: what hannes gisted is very similar to the initial thing i proposed based on perl's JSGI [23:32]<ashb> similar anyway