Open Source Module For Easy Apple Push Notifications To iOS Apps Using Node.js

I’ve mentioned some open source libraries and servers for sending push notifications to iOS apps using PHP, Python, and C#.

Today I came across an open source module for use with Node.js for sending push notifications known as Node-APN.

This is an excellent and easy to use module with feedback service support, error handling and the capability of re-sending notifications automatically if an error occurs.

Combined with the easy to set up Node.js environment you can be sending push notifications fast.

You can find Node-APN by Andrew Naylor on Github here.

You can install Node-APN with the Node.js packet manager using:

npm install apn

You can find the Node.js homepage here.

A nice quick way to set up a push notification server well documented on the Github page.

DeliciousTwitterFacebookRedditLinkedInEmail

Original article: Open Source Module For Easy Apple Push Notifications To iOS Apps Using Node.js

©2012 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.


Leave a Reply

Your email address will not be published. Required fields are marked *