Can RxJS Observables perform inter-process communication in an Electron app?
问题 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 回答1: Per comment, I think there are some misreadings what Observable can do vs. can't do.