You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .cursor/rules/general.mdc
-2
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,9 @@ This is the official NiceGUI repository. With NiceGUI you can write graphical us
13
13
- Vue/Quasar in the frontend
14
14
- socket.io for communication between frontend and backend
15
15
16
-
17
16
# Design Decisions
18
17
19
18
- All user interactions are send to the backend and invoke the proper Python functions.
20
19
- Unlike Streamlit the framework took much care to allow easy integration with any other Python libraries.
21
20
- NiceGUI only uses one uvicorn worker (to not have to implement/support tricky synchronization).
22
21
- The socket.io library is used for managing web sockets. After the initial content is loaded a web socket connection is established and kept open for communication as long as the web page is shown.
0 commit comments