Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-23T22:10:30.000Z (22 days ago)
- Last Synced: 2024-10-24T01:18:01.788Z (22 days 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
![](.github/sample.gif)
### 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)