achillesrasquinha / Chat

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 95.8%Language:Makefile 3.8%Language:HTML 0.3%Language:CSS 0.1%