This nice simple chat will take advantage of the socket.io libary
new SupportChat({
title: 'Support Chat',
titleColor: '#ffffff',
background: '#009688',
event: '',
}).create();
// could be done in different scripts for convinient.
var myChat = new SupportChat({
title: 'Support Chat',
titleColor: '#ffffff',
background: '#009688',
event: '',
})
And on the other script call:
myChat.create();
this chat-app is still in developing..so it's not yet fully functionally, if you wish to help get this going feel free to send me a pull request. thanks! :)