6 ms·
okay so another question, so in theory I could keep a common backend code and experiment with Qt frontend code even as I simultaneously build with electron as w
by mon1key 8y ago
okay so another question, so in theory I could keep a common backend code and experiment with Qt frontend code even as I simultaneously build with electron as well?
- terminalcommand 8y agoThat is correct. This is one of the benefits that come with choosing the server-client architecture. Backend is decoupled from the frontend (e.g. UI).