mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
d723173bc701cda9a4de6d4864ffda92a5036593
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.
Languages
C++
54.8%
TypeScript
34.6%
Objective-C++
5.4%
JavaScript
2.4%
Python
1.7%
Other
1%