Re: [nodejs] Is anyone sending Apple push notifications (APNS) with node to iOS devices (iPhone/iPad)?

2012-06-25 Thread Mikeal Rogers
I think i've used all of the libraries in npm and one that isn't even open source yet and i've foudn argon's to be the most reliable. https://github.com/argon/node-apn -Mikeal On Jun 25, 2012, at June 25, 20126:13 PM, ben wrote: > https://github.com/argon/node-apn is pretty easy to setup and i

Re: [nodejs] Is anyone sending Apple push notifications (APNS) with node to iOS devices (iPhone/iPad)?

2012-06-25 Thread ben
https://github.com/argon/node-apn is pretty easy to setup and its working great for my project since last year Aug. Ben On Tue, Jun 26, 2012 at 9:02 AM, Ric wrote: > https://github.com/argon/node-apn -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki

[nodejs] Is anyone sending Apple push notifications (APNS) with node to iOS devices (iPhone/iPad)?

2012-06-25 Thread Ric
Hello mates! Just trying to make a game similar in architecture to Draw Something using node for the backend. Does anyone have experience sending push notifications using node? It seems there is an open source library: https://github.com/argon/node-apn And the hard way: http://bravenewmethod.word