admin管理员组

文章数量:1406177

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.

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.

Share Improve this question asked Dec 19, 2015 at 13:35 LIGHTLIGHT 5,71211 gold badges38 silver badges79 bronze badges 3
  • Easiest way by far is to implement Parse.. Works on all platforms and you can send notifications to 1mil devices for free. – cYrixmorten Commented Dec 19, 2015 at 13:58
  • what do you mean pubnub is not working for mobile devices ???? it's the world's main delivery service for presence for mobile devices!!! – Fattie Commented Dec 19, 2015 at 14:24
  • yes, Parse works fine. but normally whenever you start doing this in Parse, you say "well it's so much easier with PubNub I'll just do that". some like Firebase as well – Fattie Commented Dec 19, 2015 at 14:25
Add a ment  | 

1 Answer 1

Reset to default 4

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.

本文标签: javascriptSend push notification via browser in AndroidiOSStack Overflow