electron/README.md

21 lines
496 B
Markdown
Raw Normal View History

2013-04-12 01:46:58 +00:00
# Atom Shell
2013-08-07 06:20:32 +00:00
Native layer for the [Atom](https://github.com/github/atom).
2013-04-12 01:46:58 +00:00
2013-08-07 06:20:32 +00:00
## Features
2013-04-12 01:46:58 +00:00
2013-08-07 06:20:32 +00:00
* Write desktop applications with web techniques
2013-08-20 16:40:40 +00:00
* Support built-in and third-party modules of node.js
2013-08-07 06:20:32 +00: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 01:46:58 +00:00
2013-08-07 06:20:32 +00:00
## Usage & Development
2013-04-12 01:46:58 +00:00
2013-08-20 16:40:40 +00:00
See the docs [here](https://github.com/atom/atom-shell/tree/master/docs).
2013-04-12 01:46:58 +00:00
## License
2013-08-07 12:30:24 +00:00
See the [`LICENSE`](LICENSE) file.