WWW Tutorial

Coming Tutorials

>Home> WWW Tutorial> Long Polling

WWW Tutorial

Coming Tutorials



what Is Long Polling

An Long polling is a web application development pattern used to emulate pushing data from the server to the client. When the long polling is used, the client sends a request to the server, and the connection remains intact until the server is ready to send data to the client. The connection will be closed only after the data is sent back to the client or connection timeout occurs.


Share the article to help your friends