JavaScript Push API(pubnub.com)
pubnub.com
JavaScript Push API
http://www.pubnub.com/tutorial/javascript-push-api
Full Publish + Subscribe Push Framework in JavaScript
8 comments
This looks really, really awesome -- App Engine users have been needing something like this for a very long time. Unfortunately, Google is about to roll out their own version for free:
http://code.google.com/apis/feed/push/
and a native App Engine solution called the Channel API: http://code.google.com/events/io/2010/sessions/building-real...
http://code.google.com/apis/feed/push/
and a native App Engine solution called the Channel API: http://code.google.com/events/io/2010/sessions/building-real...
PubNub works everywhere and requires no setup.
Google Feed requires extra setup with a hub server called pubsubhubbub. The App Engine Channel API will mean you are stuck on Google's App Engine.
Google Feed requires extra setup with a hub server called pubsubhubbub. The App Engine Channel API will mean you are stuck on Google's App Engine.
neat. looks like it uses polling + JsonP to maintain state.
tried to install trafficbeat on my site, but got a javascript error - looks like the script tags they give you to copy/paste are including files that aren't javascript.
tried to install trafficbeat on my site, but got a javascript error - looks like the script tags they give you to copy/paste are including files that aren't javascript.
I copied and pasted Traffic Beat on http://ltsun.com/
PubNub is Comet for all web browsers. iPhone iPad worked I tried it!
Dojo supports a lot of this for quite some time, ie.: http://docs.dojocampus.org/dojo/publish
PubNub is Networked Comet Messaging. dojo is only information within the application.
looks exactly like: http://news.ycombinator.com/item?id=1216648
PubNub supports iPhone and iPad. Pusher does not.
Love the background image.