Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would like more detail in how streamlit actually works #1169

Open
scastria opened this issue Oct 5, 2024 · 1 comment
Open

Would like more detail in how streamlit actually works #1169

scastria opened this issue Oct 5, 2024 · 1 comment
Labels

Comments

@scastria
Copy link

scastria commented Oct 5, 2024

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?

@sfc-gh-dmatthews
Copy link
Contributor

Until I get around to publishing more content:

Streamlit runs on a Tornado server (WebSockets). A community member has adapt Streamlit into stlite to run client side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants