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.
Click here for live demo.
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
HTML, CSS, vanilla JavaScript, Node.js, Socket.IO