/socketio-chatroom

A simple chat application built in Node.js using Express and Socket.IO

Primary LanguageJavaScript

Socket.io Chatroom

A simple chat application built in Node.js using Express and Socket.IO. I'm also using Foundation Zurb for the front-end and Moment.js to display the date and time.

View live demo here: https://socketio-chatroom.herokuapp.com

Installation

1. Clone the Repository

git clone https://github.com/moniba-ali/socketio-chatroom.git
cd socketio-chatroom

2. Install the Dependencies

npm install

3. Start the Server

npm start

View on localhost:3000