Skip to content

main.js

bob620 edited this page Jun 29, 2019 · 1 revision

Handles long-term management, sends commands to children for processing, sends and receives commands from GUI for user interaction.

While frontend state is handled by Bakadux, backend state will be handled by the main process with an emphasis on making inter-process communication easier, centralized, and expandable.

The frontend and main process should keep in touch frequently(when needed) to facilitate user interactions.

Clone this wiki locally