Skip to content

edenreich/Javascript-SupportChat-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Javascript-SupportChat-Module

This nice simple chat will take advantage of the socket.io libary

Initialize the chat with your custom look on the client side

new SupportChat({
  title: 'Support Chat',
  titleColor: '#ffffff',
  background: '#009688',
  event: '',
}).create();

Or

init it in another script and call on your chat instance 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();

Please note:

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! :)

About

This nice simple chat depend on the socket.io libary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published