Real time using polling
In this article we are going to learn about how to achieve real time in our web application. There are multiple ways to achieve real time. One of the way is using polling method. Polling is just a fancy term where we continuously make api calls to ge...
adityakmr.hashnode.dev3 min read