Top "Long-polling" questions

In web programming, long-polling is an emulation of pushing data, implemented by repeated polling with delayed response.

How to do long-polling AJAX requests in ASP.NET MVC?

Does anyone know how to code up long-polling AJAX requests (for server PUSH notifications) in ASP.NET MVC? Whenever I …

jquery asp.net-mvc ajax long-polling
Long Polling in Python with Flask

I'm trying to do long polling with JQuery and Python under the Flask Framework. Having done long polling before in …

python flask long-polling
Is there a real server push over http?

I know there are ways to fake it, polling (or long polling) but is there any way to have the …

http browser push long-polling
Non-Message Queue / Simple Long-Polling in Python (and Flask)

I am looking for a simple (i.e., not one that requires me to setup a separate server to handle …

python flask long-polling
How to use long polling in native JavaScript and node.js?

I need to implement long polling for a chat application. I've searched around, but I only find how to implement …

javascript node.js long-polling
Which is better WebSocket or Long Polling in Signalr?

I want to make Asp.NET Web Chat Application and found that Signalr is best option for this. I found …

asp.net signalr long-polling
polling vs long polling

I got onto these examples showing polling vs long-polling in javascript, however I do not understand how they differ from …

javascript long-polling polling
how to close/abort a Golang http.Client POST prematurely

I'm using http.Client for the client-side implementation of a long-poll: resp, err := client.Post(url, "application/json", bytes.NewBuffer(…

go long-polling
How can I apply long polling technique in ASP.NET MVC?

I search a lot about polling technique but i can't find anything about how to apply this technique in asp.…

c# asp.net-mvc asp.net-mvc-4 signalr long-polling