mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
aedacd39d22775128fbe66495143c4b2578b61e7
'finish-launching' is more like a OS X message name, and in atom-shell it means initialization has done, so 'ready' seems to be a better name and more easy to remember. The 'will-finish-launching' event just represents the corresponding message on OS X and is the same with 'ready' on other platforms, so we keep its name to indicate that it's only useful for OS X specified code.
Atom Shell
Native layer for the Atom editor.
Features
- Write desktop applications with web techniques
- Support built-in and third-party modules of node.js
- Support native node.js modules
- Extended built-in modules for desktop programming
- JavaScript on browser side
- Easy API for cross-process communication
Usage & Development
See the docs here.
License
See the LICENSE file.
Languages
C++
55.9%
TypeScript
33.4%
Objective-C++
5.5%
JavaScript
2.4%
Python
1.7%
Other
1%