WebSockets

WebSockets

defined as full-duplex single socket connections over which messages can be sent between client and server. The WebSocket standard, part of the HTML5 initiative, simplifies much of the complexity around bi-directional web communication and connection management.
WebSockets represent the next evolutionary step in web communication