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

Latest commit

 

History

History
25 lines (20 loc) · 712 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 712 Bytes

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