Skip to content

IPC Channels

Dhruv edited this page Jun 13, 2022 · 2 revisions

IPC or Inter-process communication channels are used in electron for communication among the three processes: main, preload and renderer.

Some channels used in this project and their possible values are given below.

pluto-url

Updates the renderer process about the state of Pluto, can have following values:

  • 'loading'
  • 'updating'
  • 'no_update'
  • a PlutoURL instance, consisting of url, port and secret.

This is a GSoC project. More details can be found here. WIP.

Clone this wiki locally