Tag: chat
Posted in NodeJS
How to build chat application using Nodejs, Express and Socket.IO
Author: Soumitra Leave a Comment on How to build chat application using Nodejs, Express and Socket.IO
Introduction In this example we will see how to build chat application using Nodejs, express and socket.io. You can find the original demo at https://socket.io/. This chat application has the following features: Asks for nick name from participant Tracks how many participants are there in the room Tracks who joins the room Tracks who leaves the room Tracks who is…