Essentially combining Parse with Pubnub, Pusher or similar, Instead of building a custom backend from scratch.
I'll be working on a real-time messaging system with facebook login and file storage/sharing. In theory I could use a combination of Parse and something like Pubnub to cover backend requirements. Were:
Parse takes care of:
- Login
- File Storage
- Push-notifications(closed app)
And Pubnub takes care of:
- real
- time delivery of messages...
Requirements:
I need a system that can extend to millions of users if needed and can be deployed quickly In general a solution that will fit this criteria and specs.
Criteria:
- Quick deployment by one or 2 developers.
- Can expand to millions of users.
- High reliability
Specs:
- FB Login
- Realtime Msg delivery
- Push for closed app delivery
- Shared file & image storage
Any feedback if this as a first stage deployment would work well and any pitfalls would be greatly appreciated.