smiteshz / IncognitoMessengerRef

A secure Chat Application with Sockets!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A secure Chat Application with Sockets!

License:MIT License


Languages

Language:JavaScript 97.8%Language:HTML 1.4%Language:CSS 0.3%Language:Perl 0.2%Language:Makefile 0.2%Language:Shell 0.1%