ChatEngine is a real time chatting web app made with socket.IO which allows two way connection between client and server. Each user is on client server which is connected to main server through which communication takes place among users.This is a scalable app which can be extended to multiple number of users.
Client: HTML, CSS ,JavaScript
Server: Socket.IO
Install my-project with npm
npm installthen run the main server
node index.jsNow open the index.html in localhost
http://127.0.0.1:5500
