Merge pull request #4392 from madarche/doc-howto-share-objects

Document different techniques to share objects
This commit is contained in:
Cheng Zhao 2016-02-16 11:18:20 +08:00
commit 63578f9d2b
2 changed files with 38 additions and 0 deletions

View file

@ -47,6 +47,10 @@ 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#what-are-the-different-techniques-to-share-objects-between-web-pages)
of the same window or of different windows.
## Write your First Electron App
Generally, an Electron app is structured like this: