Hacker News new | ask | show | jobs
by wmf 5181 days ago
AJAX is where you click on something and then the page updates. Comet is where the page updates without the user having to initiate anything.
2 comments

Fascinating...so wrapping an Ajax call inside a window.setInterval automatically switches it to "Comet"?
Source?