Polling is a communication method where client repeatedly sends request to the server to check if any data is available

It has 2 methods :

Long Polling

Short Polling

Both methods allow a client to receive updates from a server but they differ significantly in performance and resource usage