You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for a clean way to communicate between a page that is opened in chrome with an electron app that is running locally.
I understand that I could do any of the two approached
Open the webpages pretty much in Chromium through Electron and have preload scripts pass IpcRenderer and I really like the approach but the differences and user preferences to use Chrome and support from any off the shelf products like CRMs is non-existent in chromium.
There can be a chrome extension that can communicate to the electron process using native messaging, this hasn't been very easy and the process seems to be extremely difficult and almost impossible to maintain.
So I think if we're able to use Carlos as a bridge for communication between Chrome and Electron would really benefit a lot of people and I'm also hoping that would really help making applications PWA .
If the communication is as frictionless as ipcRenderer then that would create a whole new host of applications that can benefit from offline usage and provide great user experience.
The text was updated successfully, but these errors were encountered:
thelazyrk
changed the title
loading Carlos inside electron
loading Carlos with electron to establish a communication channel b/w Chrome and Electron
Jul 1, 2019
thelazyrk
changed the title
loading Carlos with electron to establish a communication channel b/w Chrome and Electron
Use Carlos in electron as a communication channel b/w Chrome and Electron
Jul 1, 2019
thelazyrk
changed the title
Use Carlos in electron as a communication channel b/w Chrome and Electron
Use Carlos as a communication channel b/w Chrome and Electron
Jul 1, 2019
I'm looking for a clean way to communicate between a page that is opened in chrome with an electron app that is running locally.
I understand that I could do any of the two approached
preload
scripts passIpcRenderer
and I really like the approach but the differences and user preferences to use Chrome and support from any off the shelf products like CRMs is non-existent in chromium.So I think if we're able to use Carlos as a bridge for communication between Chrome and Electron would really benefit a lot of people and I'm also hoping that would really help making applications PWA .
If the communication is as frictionless as
ipcRenderer
then that would create a whole new host of applications that can benefit from offline usage and provide great user experience.The text was updated successfully, but these errors were encountered: