/ChatEngine

ChatEngine is a real time chatting web app made with socket.io that allows one to chat with multiple number of people at same time

Primary LanguageCSS

ChatEngine

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.

Tech Stack

Client: HTML, CSS ,JavaScript

Server: Socket.IO

Installation

Install my-project with npm

npm install

then run the main server

node index.js

Now open the index.html in localhost

http://127.0.0.1:5500

Demo