WebSockets

  • A communications protocol that provides dynamic communication over a single TCP connection.
  • PROS
    • send messages to a server and receive event-driven responses without needing to poll the server for a reply.
  • CONS
    • based on HTTP/1.1 | gRPC is based on HTTP/2