:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao fc00da9732 Update brightray, which contains all our patches in master. 2013-12-12 10:43:50 +08:00
app Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
browser Fix node integration to browser after updated to Chrome31. 2013-12-11 23:59:03 +08:00
common We are now at v0.8.0-pre. 2013-12-12 10:43:34 +08:00
docs Remove the RestartHangMonitorTimeout API, which is useless now. 2013-12-09 14:17:56 +08:00
renderer Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
script 💄 Fix cpplint warnings. 2013-12-05 23:54:57 +08:00
spec Flatten spec files, make them seem cleaner. 2013-12-06 22:23:02 +08:00
tools win: Do not generate symbols for static libraries and strip .pdb in symbol name. 2013-11-28 20:53:07 +08:00
vendor Update brightray, which contains all our patches in master. 2013-12-12 10:43:50 +08:00
.gitignore Generate the distribution file under 'dist' directory. 2013-08-21 11:57:35 +08:00
.gitmodules Add breakpad. 2013-11-12 15:49:03 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00
atom.gyp Fix node integration to browser after updated to Chrome31. 2013-12-11 23:59:03 +08:00
common.gypi Update to node v0.11.9. 2013-12-10 14:07:32 +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 Bump v0.7.5. 2013-12-05 13:48:19 +08:00

README.md

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.