Replies: 1 comment
-
Yes, you should be able to do it with hypercorn or uvicorn if you start the server yourself. You just need to configure middlewares etc similar to what run_with or run does beforehand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Example Code
Description
I would like to run NiceGUI in parallel, as if it did not have to manage my async loop. I would use the UI to configure and monitor my system, but I would like to be able to stop only the UI once it has been configured and have the program continue to run. I have not been able to find an example that does what I would like.
In my project, I use pyserial-asyncio for the uart communication. gpiod for controlling GPIOs pins, and later I gonna use aiomqtt for mqtt communication.
NiceGUI Version
2.23
Python Version
3.11
Browser
Firefox
Operating System
Linux
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions