Can you Build Desktop Application using Javascript




Can you Build Desktop Application using JavaScript ?

       


Electron (software framework) - Wikipedia


Yes, you can build Desktop Application with JavaScript using Electron JS.

What is Electron Js-

Electron is an open-source software framework developed and maintained by GitHub. It allows for the development of desktop GUI applications using web technologies: it combines the Chromium rendering engine and the Node.js runtime.


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.

Apps Developed by Electron JS

1- Visual Studio

2-Whats App

3-Slack

4-Twitch

Thank you for reading--

Happy Hacking!!!!





No comments:

Post a Comment

Feel free to ask me for any query regarding my post

4 Pillars of OOPS

Inheritance- Inheritance is a mechanism in which one class acquires the property of another class. In OOP that is exactly what we are able t...