I am building a Hybrid Mobile Application using IONIC Framework. My problem is that my client is septic of using GCM and APN and asks to get a solution for PUSH notification independent of these two. So something inhouse needs to be build. I have two problem and a few questions about the same.
- Can web sockets help in giving the same functionlities that APN & GCM provide.
- If I use websockets in some fachion can I achieve PUSH Notification on the mobile application even if the app is closed but user's session persists.
- Can we build a PUSH server inhouse? If yes where can I find the specs according to OS of the Phone.
- I am well aware of Web Sockets, can it help for the above purpose?
- Point me to the specs required to Build such a server and how would I go ahead to configure with Ionic if possible.
- I would be using NodeJS, Mongo/Redis with web sockets.Thats what I am thinking please let me know if its otherwise and how to achieve.
Thanks