Document different techniques to share objects

This has been discussed in
This commit is contained in:
Marc-Aurèle DARCHE 2016-02-06 19:57:21 +01:00
parent 18631df88b
commit fa734d7824
2 changed files with 37 additions and 0 deletions

View file

@ -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: