Intro to Websockets
Websockets allow clients as well as servers to initiate the sending of messages, explains Murtuzaali Surti.
More specifically, he says, “WebSockets implement a full-duplex, bi-directional, TCP-based protocol, denoted by ws(s)://, which enables a persistent connection between the client and the server.”
In this article, Surti shows how the websocket protocol works and describes how to build a websocket application.
Learn more at Dev.to.
09/01/2023