0 votes
in Full Stack Developer by
What is long polling?

1 Answer

0 votes
by
Long polling is an effective method for creating a very stable server connexion without the use of WebSocket or Server Side Events protocols. Node.js use this technique as the Next Development Model.

In other words, Long Polling operates at the top of the conventional client-server model. Here, the customer sends the request, and the server responds until the connexion is open as it contains new and unique information.

Related questions

0 votes
asked Apr 29, 2021 in Jenkins by SakshiSharma
0 votes
asked Oct 10, 2021 in Full Stack Developer by rajeshsharma
...