Electron | Build cross platform desktop apps with JavaScript, HTML, and CSS.


Build cross platform desktop apps with JavaScript, HTML, and CSS

It’s easier than you think

If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application.

Watch the video

Source: Electron | Build cross platform desktop apps with JavaScript, HTML, and CSS.

This powers the Slack and WordPress.com desktop apps among other things. It was developed by Github and is open source. I hadn’t heard of this until this afternoon, but it certainly seems like something that is worth taking a look at. HT to Dave Winer who’s using it for his new Electric River app.

Run All Your Desktop Apps In Docker Containers

Most people use Docker for containing applications to deploy into production or for building their applications in a contained enviornment. This is all fine & dandy, and saves developers & ops engineers huge headaches, but I like to use Docker in a not-so-typical way.

I use Docker to run all the desktop apps on my computers.

Jessie Frazelle’s Blog: Docker Containers on the Desktop https://blog.jessfraz.com/posts/docker-containers-on-the-desktop.html

Running Chrome in a container sounds like an excellent idea to me. I think I’ll finally give Docker a try.