I'm currently looking to offer push notifications to an iphone and android app I'm working on. I took a look at the push notification services and they are very expensive so, I'm looking to run my own using socket.io.
I guess my question is, how demanding on the server are push notifications? Do I need a ton of bandwidth or some specific server setup?
I haven't used push notifications before to estimate the amount I would need sadly.
Currently I'm using Nodejitsu for my nodejs app and plan to have it host the push server too for what its worth.
Any help to point me in the right direction will help a lot.