mozilla / qbrt

CLI to a Gecko desktop app runtime
Apache License 2.0
390 stars 31 forks source link

Question: communication with nodejs #169

Open ab35 opened 5 years ago

ab35 commented 5 years ago

Hi, I found the project after looking at carlo which uses the same design but for chrome/chromium.

In Carlo, the webpage can communicate with the node process through the process pipe via a rpc system exposing some functions, chromium itself being controlled via a remote protocol (puppeteer).

In qbrt, can it be possible to implement such interprocess communication ?