Communicate between Electron processes using the remote module

InstructorCameron Nokes

Share this video with your friends

Send Tweet

remote allows you to seamlessly interact with main process modules as if they were in the renderer process. It’s a super useful abstraction over IPC. We’ll learn how to use it and how to avoid some potential gotchas it has.

Devtron is a devtools extension that the Electron team has made. We’ll be using it to view all of the IPC that happens in our application. In this lesson we’ll learn how to include and use it in our code.

Eisson Alipio
~ 6 years ago

awesome! thanks for the course Cameron :)