Page 1 of 1

localStorage shared between two cefclient instances

PostPosted: Wed Mar 14, 2018 8:50 am
by opendx
Hello,

Two instances of cefclient based application need to be able to communicate one with another from js level passing some data back and forth.
I tested possibility to use events with localStorage as it possible with chromium or chrome (tested with this page: https://html5demos.com/storage-events/)
But it's not work with cefclient. Is it possible to have such behavior enabled with cefclient using some command line parameters?
Or maybe another way of inter-process communication (from js level) can be used here?

Thank you!

Re: localStorage shared between two cefclient instances

PostPosted: Wed Mar 14, 2018 1:40 pm
by magreenblatt
If the applications have completely separate main processes then you will need to implement your own IPC solution.