The real-time web is here
I've been looking at web sockets this evening and building a proof of concept to see how easy these new technologies are. socket.io is something I've been meaning to look at for months, it provides client -> server sockets on web pages and falls back to using other methods for browsers that don't support this new technology.