Today, I am going to show you, how to create a simple chat application in node js using a special model “socket.io”. It simply transmits messages from one client to all others. For this, I am going to create two files:- 1: main.js (Server root files) 2: index.html
↧