Replies: 1 comment
-
Hello @non-npc , The server is an important part of remi. It is involved in different aspects, in particular in page update and events handling. It cannot be removed. Furthermore, would it be a good idea to remove a server of few Kb, adding instead a dependency of different Gb? I am speaking about Qt. Kind Regards |
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
-
I think technically there is no need for a server as it adds a layer of complexity and size.
You can use a webview (pyqt6, etc) and use Qwebchannel to create a python/javascript bridge to communicate between python/js.
For an example, you can check my Live Code Previewer (pyqt5) project which implements this functionality:
https://github.com/non-npc/Live_Code_Previewer
Beta Was this translation helpful? Give feedback.
All reactions