Hacker News new | ask | show | jobs
by benatkin 5343 days ago
> Live.js uses polling. It sends XHR HEAD request every second.

The horror!

1 comments

It is horror when you forget about it, and push it up to production
Has nothing to do with Live.js then. Isn't really even about a developer's forgetfulness when pushing to production. It would be about failure to set up different production and development environments, which can cause problems much worse than a wasteful AJAX call.