Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 529 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 529 Bytes

IncognitoMessengerRef

A Secure WebChat Application with WebSockets!

Installation

  1. Downloading the Framework using Github :

    git clone https://github.com/smiteshz/IncognitoMessengerRef.git```
    
  2. Server Configuration :

    Edit the file config.js

     module.exports.configuration = {port: __PortNumber, dbconnection: "mongodb://__server:__port/__database"};
  3. Launching the server:

    npm start 

development