Y
Hacker News
new
|
ask
|
show
|
jobs
by
mon1key
3004 days 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?
1 comments
terminalcommand
3004 days ago
That 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).
link