Skip to main content

Atom Shell 现已更名为 Electron

· 4 min read

Atom Shell 现在称为 Electron。你可以在 Electron 的新主页 electronjs.org 上了解更多关于 Electron 以及人们使用它构建的内容。

¥Atom Shell is now called Electron. You can learn more about Electron and what people are building with it at its new home electronjs.org.


electron

Electron 是我们最初为 Atom 编辑器 构建的跨平台应用外壳,用于处理 Chromium/Node.js 事件循环集成和原生 API。

¥Electron is the cross-platform application shell we originally built for the Atom editor to handle the Chromium/Node.js event loop integration and native APIs.

我们最初的目标不仅仅是满足文本编辑器的需求。我们还想创建一个简单的框架,让人们能够使用 Web 技术构建跨平台桌面应用,并保留所有原生功能。

¥When we got started, our goal wasn't just to support the needs of a text editor. We also wanted to create a straightforward framework that would allow people to use web technologies to build cross-platform desktop apps with all of the native trimmings.

两年来,Electron 取得了长足的发展。它现在包含自动应用更新、Windows 安装程序、崩溃报告、通知和其他有用的原生应用功能 - 所有这些都通过 JavaScript API 公开。我们还在开发更多功能。我们计划从 Atom 中提取更多库,以便尽可能轻松地使用 Web 技术构建原生应用。

¥In two years, Electron has grown immensely. It now includes automatic app updates, Windows installers, crash reporting, notifications, and other useful native app features — all exposed through JavaScript APIs. And we have more in the works. We plan to extract even more libraries from Atom to make building a native app with web technologies as easy as possible.

到目前为止,个人开发者、早期初创公司和大型公司都在 Electron 上构建应用。他们创建了种类繁多的应用 - 包括聊天应用、数据库浏览器、地图设计器、协作设计工具以及移动原型设计应用。

¥So far, individual developers, early-stage startups, and large companies have built apps on Electron. They've created a huge range of apps — including chat apps, database explorers, map designers, collaborative design tools, and mobile prototyping apps.

查看新的 electronjs.org 以查看更多人们基于 Electron 构建的应用,或查看 docs 以了解更多关于你还可以开发的内容。

¥Check out the new electronjs.org to see more of the apps people have built on Electron or take a look at the docs to learn more about what else you can make.

如果你已经开始使用 ,我们很乐意与你讨论你正在 Electron 上构建的应用。请发送电子邮件至 info@electronjs.org 告知我们更多信息。你还可以关注新的 @ElectronJS Twitter 账户,以便与项目保持联系。

¥If you've already gotten started, we'd love to chat with you about the apps you're building on Electron. Email info@electronjs.org to tell us more. You can also follow the new @ElectronJS Twitter account to stay connected with the project.

💙🔌