Is it possible to run Streamlit without using Websocket e.g. by changing configuration?
My problem is that the reverse proxy in my company does not allow Websocket (or is not set up for Websocket).
Is it possible to run Streamlit without using Websocket e.g. by changing configuration?
My problem is that the reverse proxy in my company does not allow Websocket (or is not set up for Websocket).
Streamlit fundamentally runs on websocket so probably not. I would assume you would have to fork the repo and do some changes to that which doesnβt sound very trivial imo.