For an Electron app, I was wondering, if we could instead of using the remote module to communicate between different Renderer Processes, use Observables.
I have read that Renderer Processes and the Main process are completely different which would, the way I understand, restrict the usage of Observables.
I am also not completely aware of the details of an Observable. So please, go easy on me :P