LIGHT
LIGHT

Reputation: 5712

Send push notification via browser in Android/iOS

I have been searching for the best, easy solution to send notification via browser. What is the best solution to send push notification to android/ios device within a browser? I found pubnub, but that is not working with mobile devices.

Upvotes: 1

Views: 8149

Answers (1)

bozzmob
bozzmob

Reputation: 12574

There are several ways to do it.

First have a look at the first step implementation - Push Notifications on the open web by Google Developers itself.

I have tried/used these two and feel they are good enough-

Chrome Push - Code example on Github

Gooroost

Hope it helps.

Upvotes: 4

Related Questions