Skip to content

instantCommunication/instantChat

Repository files navigation

Real Time Chat Application Build Status

Real time chat application using Node.js, Express, Passport and Mongoose.

Login Screen

screenshot 18

Chat Screen

screenshot 19

Version

1.1.0

Installation

This application requires NodeJS v4+ to run. Run these commands to get started:

Clone the Repository:

git clone https://github.com/instantCommunication/instantChat.git && cd instantChat

Install required packages and dependencies:

npm install

Running the application:

Start the local server

npm start