Skip to content

WebSocket [TCP]

Description

  • Websockets use TCP protocol.
  • WebSocket on the other hand is designed for bi-directional communication between client and server.
  • With WebSockets, the data has to go via a central webserver which typically sees all the traffic and can access it.