Hacker News new | ask | show | jobs
by ActorNightly 2432 days ago
The difference between push and pull.

Push notifications function on the principle that when a state change happens, the notification is pushed to the device.

Pull notification is when device polls some service for data, detects change, and then emits notification if change has occurred.

There are benefits and drawbacks to both.