Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        






Frappé Chat



Minimalistic, modern and extensible chat Client + UI Library for the web.


![](.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)