/ChatUp

A chat application using web sockets and rooms

Primary LanguageHTML

ChatUp

A chat application using web sockets and rooms

Features

: A client can send messages to all the clients in a particular room : After an hour of inactivity clients are disconnected and reconnected in the same room.

Demonstration

Chat=app

Usage

Assuming node is installed. cd to the chat-app folder run npm install run node index.js