Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

cmtt-ru/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TJ Chat

Powered by MIT Licence Deploy status

How to install

  1. Create config file

    cp config.example.js config.js
  2. Install dependencies

    npm install
  3. Change salt in config.js and public/iframe.html

  4. Change domain name to your (default is localhost:3000) in public/iframe.html and in function gotMessage() of public/static/js/chat.js

  5. Start chat

    node .
  6. Go to http://localhost:3000/iframe.html