The proxy server for the Prowork Notification app. The server:
- receives register notification from the app and subscribes the user to Prowork's push. (See register.php)
- receives push messages from Prowork, processes them and sends to the app via GCM server. (push.php)
- unregisters the user from Prowork push. (unregister.php)
The android application source is available at Prowork Notifications. See the blog post 'Hacking Prowork: Building a Prowork Android App for notifications' for more.