|
|
|
|
|
by nehz
4944 days ago
|
|
Thanks for your comment. We believe offering our users more choice is always a good thing. Moreover, while we do provide a similar service, the way we deliver and our goals are slightly different. Pusher uses WebSockets; this is awesome and a very forward thinking technology however can be limited by older browsers and proxies not supporting the WebSocket connection. Notifyr uses EventSource (also a HTML5 spec) and XMLHttpRequest, aiming to support a majority of browsers, including mobile browsers. Additionally, we aim to integrate with Apple and Google's push notification system in the future, allowing a universal method for sending push messages with one API for any platform, device or browser. |
|
Here's their browser compatibility: http://pusher.com/docs/browser_compatibility
I'm biased - we use Pusher and love it - but regardless, didn't want misinformation spread. :) I'm all for competition.