thunderbug1 / streamlit-javascript

Streamlit component to execute javascript code on the client side and get back the result
MIT License
102 stars 3 forks source link

Does this run the JS serverside or client side? #17

Closed dxk5271 closed 3 weeks ago

dxk5271 commented 5 months ago

Does this run the JS server side or client side?

avocado-beans commented 4 weeks ago

image looks like it's client side

dxk5271 commented 3 weeks ago

Thanks. Yes confirmed it's client side for sure.

thunderbug1 commented 3 weeks ago

Yes it does run client side, that was actually the whole motivation since I had to do an API call with the auth cookie of the client and didn't know how. That's why I made the package.