Push notification system in Nodejs with Android and iOS

Viewed 2710

I want to create a push notification system in nodejs, which will be suitable for both iOS and Android. I've been searching, and at the moment I am thinking about this one:

http://devcenter.kinvey.com/nodejs/guides/push

Can anyone, who has been working on something like this, tell me what is the best way to implement that?

2 Answers
Related