Poll & Push Strategy: Poll means when client request server for updates (long polling / short polling) . Push means when server sends messages to client (SSE (Server-Sent Events) , WS (Web Sockets) ) . short polling: short polling is when client periodically sents request to server for updates Long Polling: It is a technique in which clients http request is held by server until new data beco