Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket article describes polling instead of long-polling #77

Open
mkonecny opened this issue Jan 16, 2016 · 0 comments
Open

Websocket article describes polling instead of long-polling #77

mkonecny opened this issue Jan 16, 2016 · 0 comments

Comments

@mkonecny
Copy link

Polling is the act of checking for new data every x seconds, and immediately discovering whether it's available or not (server immediately responds even if no data).

Long polling is when the client makes a request and if no new data can be immediately returned, remains idle for as long as possible until the server has something to return or a timeout occurs (generally 60 seconds)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant