grails 3 - push notification -
i need implement push notification in grails 3 project. searched while , not reach plugin/ documentation/ dependency help.
it great if can full documentation or hint on how implement push notification in grails 3.
i have tried add dependency of cometd , event-push, in grails 3 failed download dependency.
is there way integrate of these?
grails-events-push
events-push client-side events bus based on superb portable push library atmosphere , grails platform-core plugin events propagation/listening.
it allows client listen server-side events , push data.
it uses websockets default , falls use comet if required (server not compliant, browser old...). events-push white-list broadcaster (client-side events scope 'browser'). need define events can propagated server modifying events dsl use 'browser' scope.
4.to register listeners client, need define them well.
git hub demo: https://github.com/smaldini/grails-events-push
or
cometd plugin
https://grails.org/plugin/cometd
hope you
Comments
Post a Comment