-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
NiceGUI is simply a frontend to any Python code you like. So you can implement the REST calls on the server and only present the options and results with NiceGUI. It's advisable to use an async http library like httpx to not hinder the responsiveness of the user interface. |
Beta Was this translation helpful? Give feedback.
NiceGUI is simply a frontend to any Python code you like. So you can implement the REST calls on the server and only present the options and results with NiceGUI. It's advisable to use an async http library like httpx to not hinder the responsiveness of the user interface.