grails push notification from one user to another

76 Views Asked by At

how can I send push notification from one user to another for example I want to run my application then I open it from chrome with user1 and firefox with user2 and then send a push notification from one user to another

1

There are 1 best solutions below

0
Andrej Istomin On

You may try to use Web Push technology. I've recently used it, there is a Java library for it. Relatively easy to integrate and works quite stable.