Heya, I know a lot of people tend to oppose or compare PubSubHubbub and Websocket. I think they really both work hand in hand and respond to different problematcis. For those interested, I created a small Node.JS based websocket + PubSubHubbub server : http://julien51.github.com/socket-sub/
It basically listen to websockets and PubSubHubbub susbcribes to the feeds. When the client disconnects, it unsubscribes. it's quite easy. I made 2 small websocket clients for it : - http://julien51.github.com/socket-sub/ and - http://julien51.github.com/socket-sub/maps I'd love your thoughts! Also, if you have a few minutes, feel free to tell me what you think of this blog posts which explains the different PubSubHubbub technologies : http://blog.superfeedr.com/realtime-web-technologies/ Cheers!
