Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

link to alternate solution? #46

Open
ferbs opened this issue Mar 8, 2019 · 1 comment
Open

link to alternate solution? #46

ferbs opened this issue Mar 8, 2019 · 1 comment

Comments

@ferbs
Copy link

ferbs commented Mar 8, 2019

Hi, I just published a library that uses an approach different from electron-remote to tackle the main headache of working with remote processes. It has a pro/con profile that's also quite different so would you be open to linking to it in the electron-remote README, for people to consider as an alternative?
@wranggle/rpc

It's mostly syntactic sugar, using pure message passing but removing all of the associated event-listening add/remove clutter that causes most of the headaches. It doesn't actually pass code or use eval, which is nice in some ways but also limiting in some, like the chained method calls that electron-remote supports. WranggleRpc will work in any process or window though and over WebSockets and postMessage (for iframes, service workers, etc.)

@felipebutcher
Copy link

i had this problem months ago, tried everything... i ended up creating a node server and communicating with it via http requests. ugly solution but worked. will take a look at yours.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants