electron/vendor
Cheng Zhao d723173bc7 Initial RPC API implementation.
Basic usage is:
remote = require 'remote'
Window = remote.require 'window'
w = new Window { width: 800, height: 600 }

Still need to do:
* Beter support for Array type.
* Remote objects should cheat devtools.
* Support cross-process callbacks.
2013-04-24 16:43:01 +08:00
..
brightray@19be3702f2 Renderer can now use process.send to send messages to browser. 2013-04-22 21:32:48 +08:00
node@5c651db8ff Initial RPC API implementation. 2013-04-24 16:43:01 +08:00
cpplint.py Add script to check coding styles. 2013-04-14 17:34:51 +08:00