Events Push Plugin
Dependency:
compile "org.grails.plugins:events-push:1.0.M7"Custom repositories:
mavenRepo "https://oss.sonatype.org/content/repositories/snapshots/"
Summary
This is a client-side event bus based on the portable push library Atmospherethat propagates events from the server-side event bus provided by the Platform Coreto the browser. It allows your client Javascript code to both send events and listen for them.For security, events-push is a white-list broadcaster so that you can control exactly which events are propagated fromthe server to the browser.
Installation
grails install-plugin events-push
Description
See docs on https://github.com/smaldini/grails-events-push