:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Перейти к файлу
Cheng Zhao efe23b7595 Use Node's memory allocator for ArrayBuffer
For Buffers created in Node, they are usually allocated in Node and
freed by Chromium's allocator, which will cause crashes when Node and
Chromium are using different allocators.

This commit makes Chromium use Node' allocator for ArrayBuffers.
2017-05-09 14:12:39 +09:00
atom Use Node's memory allocator for ArrayBuffer 2017-05-09 14:12:39 +09:00
chromium_src Fix building on Windows 2017-04-27 16:34:52 +09:00
default_app Extract script tags to renderer.js file 2017-04-25 08:27:57 -07:00
docs Add missing word 2017-05-02 09:05:07 -07:00
docs-translations Merge pull request #9195 from mcizol/master 2017-04-18 11:51:13 -04:00
lib Use isSameOrigin helper when posting message 2017-05-01 08:45:38 -07:00
script Upgrade to Chrome 58.0.3029.96 2017-05-03 08:49:57 -07:00
spec Remove unused include/require statement 2017-05-01 10:30:11 -07:00
tools
vendor Upgrade to Chrome 58.0.3029.96 2017-05-03 08:49:57 -07:00
.clang-format
.gitignore
.gitmodules
.node-version
.travis.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
README.md add electron slack channel for turkish community 2017-04-10 18:41:52 +02:00
SECURITY.md
appveyor.yml
common.gypi Fix building on Windows 2017-04-27 16:34:52 +09:00
electron.gyp Merge remote-tracking branch 'origin/master' into chrome58 2017-05-02 09:15:16 -07:00
filenames.gypi Extract script tags to renderer.js file 2017-04-25 08:27:57 -07:00
package.json Bump v1.6.8 2017-05-01 15:09:30 -07:00
toolchain.gypi

README.md

Electron Logo

Travis Build Status AppVeyor Build Status devDependency Status Join the Electron Community on Slack

📝 Available Translations: Korean | Simplified Chinese | Brazilian Portuguese | Traditional Chinese | Spanish | Turkish

The Electron framework lets you write cross-platform desktop applications using JavaScript, HTML and CSS. It is based on Node.js and Chromium and is used by the Atom editor and many other apps.

Follow @ElectronJS on Twitter for important announcements.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to electron@github.com.

Downloads

To install prebuilt Electron binaries, use npm:

# Install as a development dependency
npm install electron --save-dev

# Install the `electron` command globally in your $PATH
npm install electron -g

See the releases page for prebuilt binaries, debug symbols, and more.

Mirrors

Documentation

Guides and the API reference are located in the docs directory. It also contains documents describing how to build and contribute to Electron.

Documentation Translations

Quick Start

Clone and run the electron/electron-quick-start repository to see a minimal Electron app in action.

Community

You can ask questions and interact with the community in the following locations:

Check out awesome-electron for a community maintained list of useful example apps, tools and resources.

License

MIT

When using the Electron or other GitHub logos, be sure to follow the GitHub logo guidelines.