Atom Editor
p/atom-editor
A hackable text editor for the 21st Century
Ben Tossell
Electron 1.0 — Build cross platform desktop apps
Featured
33
Replies
J. Alexander Curtis
This is huge! Finally a way to make desktop apps without specific developers for multiple platforms or that vary from the rest of your web team. This is especially great for small apps that compliment web apps. Wish I could up vote more than once for this one.
Jamie Barton
Really excited to see what folks start building with this. I've been lucky enough to have time at work to build some internal tools and we're moving a custom CRM to Electron. Powerful stuff.
Jonathan Z. White
I love tools that close the gap between web developers and native platform developers. This update for Electron is especially exciting and I can't wait to give it a try.
Alex Kaul
Using it since early betas. Great to hear that the official 1.0 released! Electron is a must for webapp developers who want to build apps for desktop too!
Ben Tossell
Lots of updates here which you can read in their blog announcement A few things: The release of Electron API Demos which contains code snippets to help you get your app started and tips on effectively using the Electron APIs. The release of Devtron, an open-source extension to the Chrome Developer Tools designed to help you inspect, debug, and troubleshoot your Electron app. A new release of Spectron - the integration testing framework for Electron apps. The intro video:
Leon Crutchley
@bentossell feels like Desktop apps making big comeback with Whatsapp, Telegram etc. But this could be huge for AV companies. I used to work in one and the amount of effort building/managing all the web and desktop apps was huge, leading to insanely slow release cycles!
Ghost Kitty
Comment Deleted
Jacob Hobbie
This is powerful, and a great way to get desktop apps back into the frame. As a heavy desktop user, I'm excited to see what people will create, especially now that it will be easier, and cross platform!
Iz
That's great, hadn't realised that Slack and Atom were built on Electron. The tool kit you need now to build just about any kind of app is JS HTML and CSS. Some apps are just a better experience when on the desktop (given data syncing works well).
foo
Electron probably played a big part in the renewal of desktop apps, in the late. It's the react-native of desktop: use web tech, build desktop apps. Extremely powerful and versatile project.
BrianBest
so pumped
Hieu Hiep Nguyen
excellent tool for web developers! thanks very much
Ktryn Dchrs
Awesome… I only wonder how it is against a chrome app in therm of performances :)
Damian Esteban
@katrynvonfelsen I use Atom when I'm coding in JavaScript (mostly because with the right combination of plugins I think it is the best option for React) and it is definitely slower than Sublime Text but it has gotten better over the last few months. I'l' run some tests later to see the exact metrics, now I'm curious.
Daveyon Mayne
Sorry but when you say "Desktop apps", do you mean web apps?
Matthew Blode
@mirmayne They don't necessarily have to use the internet/web. Atom Editor by Github is offline and works on Linux, Mac, and Windows by using Electron. Also because it can access the file system and communicate to native APIs using Javascript, it can be more powerful than a web app.
David Milberg
Love this product!
Ghost Kitty
Comment Deleted
Tiffany White 
Wondering how fast these apps will be. Excited to dig in though.
Kasmetski
Nice! I will try it for sure! I really like the idea to write desktop apps with javascript
Ibbe Raja
This is really cool! One for mobile apps please?
Felix Jung
@ibbe_raja Perhaps PhoneGap is what you're after? http://phonegap.com/
Biswaroop Mukherjee
@ibbe_raja Ionic (http://ionicframework.com) is really good. You may be interested in meteor (https://www.meteor.com) too.
Andrew S
Awesome!!! Been using Electron aka Atom shell for over a year. Can do anything with JavaScript these days!
Nick Jephson
Electron looks like a game changer. Really looking forward to seeing what people create with Electron and getting stuck in myself.