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

  1. events-push client-side events bus based on superb portable push library atmosphere , grails platform-core plugin events propagation/listening.

  2. it allows client listen server-side events , push data.

  3. 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

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -