Web Sockets

Diffusion now supports web sockets as an alternative transport layer, although it should be noted that this will only work if your client is connecting via an HTML5 compliant browser.

Web Sockets provide for bi-directional, full-duplex communications channels, over a single TCP socket, implemented in web browsers and web servers.