deekshas15 / ChatUp

A chat application using web sockets and rooms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A chat application using web sockets and rooms


Languages

Language:HTML 56.1%Language:JavaScript 28.2%Language:CSS 15.6%