9 comments

[ 2.8 ms ] story [ 30.4 ms ] thread
I built similar functionality using Pusher recently. Probably the easiest way to multi-cast meow in real-time from browser to browser.
It looks nice but the syntax seems to defy convention. Should be something like: $("#element").click($.meow(args));

meow() is a method, not an event.

So this is basically like jGrowl?