WebSocket
WebSocket is protocol created by google. The feature of WebSocket is low latency and bidirectional.
WebSocket uses TCP to establish connection (handshake) and exchange the data on WebSocket protocol. Unlike HTTP, it keeps open the pipeline and server can push data on real time.