otago / livechat
SilverStripe Live Chat
Installs: 137
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 8
Forks: 1
Open Issues: 2
Language:JavaScript
Type:silverstripe-module
Requires
- php: >=5.3.2
- silverstripe/cms: 3.*
- silverstripe/framework: 3.*
This package is auto-updated.
Last update: 2024-12-15 10:57:15 UTC
README
Enables users in the SilverStripe CMS to chat with other SilverStripe users, or people online through the API.
Usage
- Install the module via composer require otago/livechat
- run /dev/build?flush=all
- 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.