V
V
Viktor2015-11-09 12:16:33
JavaScript
Viktor, 2015-11-09 12:16:33

Does it make sense to support long polling for those situations where websockets are not available?

Websockets support already covers 88% of browsers, does it make sense to bother with long polling support for those situations where websockets are not available?
As far as I know, websockets may not work not only in older browsers, but also in cases where there are proxy servers between the client and the server that do not support websockets.

Will using https help to bypass the problem with proxy servers that for one reason or another do not support websockets?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kitmanov, 2015-11-09
@k12th

Do you know that Socket.IO will try several connection methods available in this environment? "bother", in this case, is too strong a word, IMHO :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question