bigskysoftware / htmx

</> htmx - high power tools for HTML
https://htmx.org
Other
37.99k stars 1.29k forks source link

Fallback for WS? #329

Open roja opened 3 years ago

roja commented 3 years ago

Does HTMX have a fallback process for websockets?

Nothing complex but allowing websocket connections to fall back to polling if there are connection issues?

You sometimes see this on corporate networks where websockets are blocked under the guise of security.

1cg commented 3 years ago

Not currently. I would probably expect it to be done via some javscript detection that could then be used to switch to a polling based mechanism.