Startups Stack Exchange Archive

What’s the cost for maintaining messaging/push notification apps?

What’s the cost for maintaining the backend for a messaging app like WhatsApp say with a million users? Also what could be the backend push notification costs for an app like Yo?

I know a few services like Parse give some free limits, but I was thinking will 1 million req/month be enough for an app that has thousands of user?

Does that mean individuals who want to create such apps would have to stay away from apps that interact heavily with backend and create only offline apps?

Could you please suggest any cost-effective (cheap and best) backend solution for such apps?

Answer 1564

Parse allows 1 million unique recipients per month for free. 1 million unique devices is sufficient for an app which has thousands of users.

Your question reads as if you’re focused on scaling to millions of users. If you’re focused on supporting millions of users, you’ll likely never reach that point. Keep it simple, solve a real problem, then scale.

I agree with with blunders. You should be thinking scaling when you need to not before. That’s one of the biggest advantages of being a startup. Use it. Don’t try to work like your in a corporate company.

I advice you to read Do Things that Don’t Scale.

Answer 1114

Your question reads as if you’re focused on scaling to millions of users. If you’re focused on supporting millions of users, you’ll likely never reach that point. Keep it simple, solve a real problem, then scale.

Answer 1457

I don’t want this to read like an advertisement for a specific service, but many of the big cloud providers offer startup programs to offset your costs while your climbing up to that million user level. These programs usually have a time limit, so someday you will need to figure out how to make money with your idea, but for the short run… (in no particular order)

http://www.microsoft.com/bizspark/

http://aws.amazon.com/free/

https://cloud.google.com/developers/startups/

A great idea that cannot eventually pay for itself is just an idea, and maybe not even a good one.

Answer 1122

A tough question to answer, but I recently saw a video of Azure Mobile Services and thought 'wow', does push, identity, full BaaS.

I currently use PushWoosh with our own backend to manage registration etc - Azure takes that pain away (allegedly).


All content is licensed under CC BY-SA 3.0.