:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao 99d901bc9a Switch to use the ProxyResolverV8, fixes atom/atom#894. 2013-09-29 15:06:29 +08:00
app Need PathService on Win32 2013-09-17 11:53:31 -07:00
browser Switch to use the ProxyResolverV8, fixes atom/atom#894. 2013-09-29 15:06:29 +08:00
common Add process.getCurrentStackTrace(), returning V8::getCurrentStackTrace(). 2013-09-26 13:31:17 +08:00
docs Prefer event.returnValue to event.result for sync messages. 2013-09-20 21:37:00 +08:00
renderer Use the convient V8 wrapper in all files. 2013-09-24 09:41:54 +08:00
script Do not publish release when body of release note is empty. 2013-09-27 15:55:46 +08:00
spec Add spec for destroying synchronous event. 2013-09-26 11:27:09 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor Switch to use the ProxyResolverV8, fixes atom/atom#894. 2013-09-29 15:06:29 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Update apm URL to new location in atom org. 2013-08-20 09:30:05 -07:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md Update link to docs 2013-08-20 09:40:40 -07:00
atom.gyp Move atom_event_processing_window to browser/ui. 2013-09-25 16:51:55 +08:00
common.gypi [Win] Ignore 4049 link warning. 2013-07-24 18:33:27 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
package.json 💄 Adding trailing comma in package.json. 2013-09-27 11:03:38 +08:00

README.md

Atom Shell

Native layer for the Atom.

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.