WebSocket Client Applications



WebSockets enable two-way communication between the user’s browser (the client) and a server. Normally, the server only responds to client requests. When using WebSockets, once the client has opened a connection with the server, the server can send messages to the client.

A good place to start learning about Websockets on the Web is with the Writing WebSocket client applications article on MDN web docs.

After reading this article, you should be able to: