electron/README.md

21 lines
496 B
Markdown
Raw Normal View History

2013-04-12 09:46:58 +08:00
# Atom Shell
2013-08-07 14:20:32 +08:00
Native layer for the [Atom](https://github.com/github/atom).
2013-04-12 09:46:58 +08:00
2013-08-07 14:20:32 +08:00
## Features
2013-04-12 09:46:58 +08:00
2013-08-07 14:20:32 +08:00
* Write desktop applications with web techniques
2013-08-20 09:40:40 -07:00
* Support built-in and third-party modules of node.js
2013-08-07 14:20:32 +08:00
* Support native node.js modules
* Extended built-in modules for desktop programming
* JavaScript on browser side
* Easy API for cross-process communication
2013-04-12 09:46:58 +08:00
2013-08-07 14:20:32 +08:00
## Usage & Development
2013-04-12 09:46:58 +08:00
2013-08-20 09:40:40 -07:00
See the docs [here](https://github.com/atom/atom-shell/tree/master/docs).
2013-04-12 09:46:58 +08:00
## License
2013-08-07 20:30:24 +08:00
See the [`LICENSE`](LICENSE) file.