otago/livechat

There is no license information available for the latest version (dev-master) of this package.

SilverStripe Live Chat

Installs: 137

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 8

Forks: 1

Open Issues: 2

Language:JavaScript

Type:silverstripe-module

dev-master 2016-03-10 20:08 UTC

This package is auto-updated.

Last update: 2024-04-15 09:41:28 UTC


README

Enables users in the SilverStripe CMS to chat with other SilverStripe users, or people online through the API.

What the chat system looks like in the CMS

Usage

  1. Install the module via composer require otago/livechat
  2. run /dev/build?flush=all
  3. enable the chat permission on the users/roles via the Security tab in the SilverStripe admin interface.

Front end

You'll have to specify the calls manually if you want to enable this on the front end of your website.

How it works

By leveraging AJAX polling. You could enable something more fancy such as websockets by using a custom front end.