-
Notifications
You must be signed in to change notification settings - Fork 269
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
Support mounting Mesop with other Python servers #803
Comments
Perhaps we can just offer a way to mount apps, e.g.: # app is any WSGI app
me.mount_app(app) https://flask.palletsprojects.com/en/2.3.x/patterns/appdispatch/ |
Turns out you can actually mount Mesop because It works! Next steps:
|
Motivation
This could satisfy a few advanced use cases:
Considerations
API proposal
Simple request
Async
Path parameters
Query params
output could be:
Questions
me.state(State)
? It would be nice to do this, otherwise it creates an island but you could update the state indirectly from the client-side code.The text was updated successfully, but these errors were encountered: