https://github.com/achillesrasquinha/chat
Minimalistic, modern and extensible chat Client + UI Library for the web.
https://github.com/achillesrasquinha/chat
bootstrap chat frappe intercom jquery socket socket-io socketio ui ui-components widget
Last synced: about 1 year ago
JSON representation
Minimalistic, modern and extensible chat Client + UI Library for the web.
- Host: GitHub
- URL: https://github.com/achillesrasquinha/chat
- Owner: achillesrasquinha
- License: mit
- Created: 2017-09-27T17:27:11.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-23T22:10:30.000Z (over 1 year ago)
- Last Synced: 2024-10-24T01:18:01.788Z (over 1 year ago)
- Topics: bootstrap, chat, frappe, intercom, jquery, socket, socket-io, socketio, ui, ui-components, widget
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### Table of Contents
* Quickstart
* License
#### Quickstart
```js
var chat = frappe.Chat.Client(`http://${YOUR_HOSTNAME}:${PORT}`)
chat.mount()
chat.on(frappe.Chat.Event.CONNECT, () => {
console.log('Client: A client just connected.')
})
```
#### License
This repository has been released under the [MIT License](LICENSE)