A Secure WebChat Application with WebSockets!
-
Downloading the Framework using Github :
git clone https://github.com/smiteshz/IncognitoMessengerRef.git```
-
Server Configuration :
Edit the file config.js
module.exports.configuration = {port: __PortNumber, dbconnection: "mongodb://__server:__port/__database"};
-
Launching the server:
npm start
development