mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-05 08:49:32 +08:00
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.