Skip to content

SaifAlsabe/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatime

Chatime is a chat application where you can join an existing chat room, create your own room, see online users and send messages using web sockets.

Demo

Click here for live demo.

Installation

Clone the source locally:

$ git clone https://github.com/SaifAlsabe/chat-app
$ cd chat-app

Install project dependencies:

$ npm install

Start the app:

$ npm start

Built With

HTML, CSS, vanilla JavaScript, Node.js, Socket.IO