HTTP Polling - the Good, the Bad and the Ugly
\
In this article, I'll cover three approaches to implementing short HTTP polling, using client-side JavaScript (TypeScript). Short polling involves making repeated, separate requests to check the sta...