


Successful Messaging in the Age of Over-Communication
The year is 2018. A vast majority of people have embraced mobile technology and with it, the ability to stay connected and engaged. While in theory, receiving emails, push notifications, SMS, and chat messages means users now have the chance to remain informed, such...
Scaling a Push Notification Server
Scaling a Push Notification Server Previously we explored the topic of setting up a sandbox push notification server in Node.js. This featured a Mongodb instance to store users and device IDs, as well as endpoints to register users and send them the push notifications...
Enabling Push Notifications Part 3 of 3
Android Code Setup Android is set up the same way with just a few minor differences. On Android, we use the ti.cloudpush module and ti.cloud for Push Notifications. After registering with the server, the function should return a device token. Save this device token...