Skip to content

FoxMalder/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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.6%
  • HTML 22.8%
  • CSS 11.6%