Skip to content

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

License

Notifications You must be signed in to change notification settings

achillesrasquinha/Chat

Repository files navigation

Frappé Chat

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

Table of Contents

  • Quickstart
  • License

Quickstart

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

Releases

No releases published

Packages

No packages published