-
Create config file
cp config.example.js config.js
-
Install dependencies
npm install
-
Change salt in
config.js
andpublic/iframe.html
-
Change domain name to your (default is
localhost:3000
) inpublic/iframe.html
and in functiongotMessage()
ofpublic/static/js/chat.js
-
Start chat
node .
-
Go to
http://localhost:3000/iframe.html
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.