We can send messages to all connected clients using socket.io. To do this we broadcast a message. This tutorial shows how we go about doing this. It is a continuation from the first socket.io tutorial.
Tag: socket.io
Socket.io beginner introduction to sockets in JavaScript.
Socket.io is a javascript framework that makes using sockets easy. In this tutorial we go over how we can setup a app that uses sockets.