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
{{ message }}
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
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.)
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.)
The text was updated successfully, but these errors were encountered: