Electron

Example of communication between the UI and the Controller

This is a sequence diagram of an example of communication between the UI and the Controller. The real flow is more complex, but the way in which the components communicate is accurate (the renderer process of the UI communicates with the main process of the UI, which in turns communicates with the controller(ElectronCGI), etc...)

Last updated