Skip to content
Harry Ward edited this page Sep 20, 2015 · 2 revisions

What is raix:push?

When working with web applications we might want to send a push notification to the app or user. Making sure everything is rigged correctly on all platforms can be difficult.

This package makes working with push notifications much simpler and provides a very basic general isomorphic interface - meaning you can use Push.send on both client and server. Event messages are unified to a general interface, and have consistent events related to push messaging.

The send server throttles messages and will cleanup invalidated tokens from service feedback, handling trivial tasks. And the configuration file makes sure sensitive credentials/certificates/keys are securely kept on the server.

Support

For now this package supports APN and GCM (iOS and Android) via the official Meteor / Cordova integration. The goal is to support push in Safari/Chrome OS/Firefox OS/WP8/Black Berry etc.

Find help

If you need help please use this wiki as the main source. If you find issues please help to improve this wiki and the package in general.

  • Use issues to file bugs
  • Checkout the Newbie Manual
  • Use the official Google Group Meteor talk to ask for help
  • Use Stack Overflow to ask for help (tag: "meteor push")

Kind regards

Morten aka RaiX