Comment on Vizeddit: Live Reddit votes and comments from the Reddit API visualized in pure javascriptComments−thomaspaine17yCool. How does this work? Is it polling the Reddit API every 15 seconds? Gnip? Comet? Something else?−d1rge17yIt's polling reddit - every 30 seconds by the looks of the code. Fairly standard AJAX approach to grab reddit's JDON data via their API.
Comments
Cool. How does this work? Is it polling the Reddit API every 15 seconds? Gnip? Comet? Something else?
It's polling reddit - every 30 seconds by the looks of the code. Fairly standard AJAX approach to grab reddit's JDON data via their API.