Hacker News new | ask | show | jobs
by ehavener 2688 days ago
background connections !== polling loops

Many services use an open tcp connection (e.g. websocket) rather than polling. Mobile platforms are doing the same thing, just on a system level. I guess service workers are the closest web analogue.