streamlit / docs

Source code for the Streamlit Python library documentation
https://docs.streamlit.io
Apache License 2.0
119 stars 479 forks source link

Would like more detail in how streamlit actually works #1169

Open scastria opened 1 month ago

scastria commented 1 month ago

What runs on the server, what is created on the client in terms of the underlying html/javascript, and what is the protocol used for the client and server to communicate? Are websockets used? Does it use WASM? If not, are there plans to enable a fully client side deployment that uses WASM?