Hacker News new | ask | show | jobs
by farhanpatel 4433 days ago
This seems like a more full fledged APNS server with a web frontend.

If you are looking for more transactional approach to integrate into an existing node app. I've been using node-apn in production for almost a year now. works well.

https://github.com/argon/node-apn

1 comments

yes, PushServer uses the node-apn module for delivery, I just built the device token database, notion of channels, and the web frontend around it.