First, thank you a lot for the great work you have been doing making it very easy to create awsome web app for machine learning applications.
I developed a dashboard and I can run it easily on my local docker plateform but I can’t deploy it on my company network for end users because websocket calls are not allowed on our infra.
Is there a way to use streamlit without websocket (downgrade to http ? )
Hi @Naoufal, thanks for joining the Streamlit community!
Websockets are a core component of Streamlit, so I’m not sure there’s any workarounds that can be suggested. This thread also discusses the reasoning behind this structure and a possible solution: