Building Desktop Apps with JavaScript
We all know that JavaScript is great for building out web applications. With services like Netlify, Azure and Firebase, going from idea to finished product is now faster than ever. But what about desktop applications? Is there a way to build out applications that just work everywhere? Enter Electron. With Electron you can easily build out those cross-platform desktop apps with JavaScript. You'll have access to native system API's such as the filesystem, network and user interfaces. All while building with the tech stack that we all know and love. In this session, I will be discussing what Electron is and why it's a great solution for building out desktop apps. We will go over how to add Electron to your project, the gotcha’s with working in a desktop environment and how to take your project to the next level by building a desktop application with Electron.
Prerequisites
JavaScript
Take Aways
- Able to add Electron to an existing repo
- Utilize native system API's to extend our apps functionality
- Give the attendees the confidence that they can build their own desktop apps