Document different techniques to share objects
This has been discussed in
This commit is contained in:
parent
18631df88b
commit
fa734d7824
2 changed files with 37 additions and 0 deletions
|
@ -47,6 +47,9 @@ In Electron, we have provided the [ipc](../api/ipc-renderer.md) module for
|
|||
communication between the main process and renderer process. There is also a
|
||||
[remote](../api/remote.md) module for RPC style communication.
|
||||
|
||||
And finally there are different techniques [to share objects between web
|
||||
pages](../faq/electron-faq.md#) of the same window or of different windows.
|
||||
|
||||
## Write your First Electron App
|
||||
|
||||
Generally, an Electron app is structured like this:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue