Comment on Show HN: Mesop – Open-source Python UI frameworkparentComments−devtom2ySo If I make a request from the python code, is the request executed in the browser ? or on the server ? Is the UI layer executing in the browser and use proxy rpc from the server ?−willchenOP2yAll the python code, including requests are executed on the serverTake a look at https://google.github.io/mesop/internal/architecture/ for an explainer on how the client-server interaction works and let me know if you have any questions!−devtom2yYay, thank you :-) going to take a look!
Comments
So If I make a request from the python code, is the request executed in the browser ? or on the server ? Is the UI layer executing in the browser and use proxy rpc from the server ?
All the python code, including requests are executed on the server
Take a look at https://google.github.io/mesop/internal/architecture/ for an explainer on how the client-server interaction works and let me know if you have any questions!
Yay, thank you :-) going to take a look!