sbookvur.blogg.se

Npm create electron app
Npm create electron app













What Is Electron.js?Įlectron.js was first developed by the team at Atom to make cross-platform development easier for their application. So, building a cross-platform application that worked across all desktop platforms as well as on the web was nearly impossible, until Electron came along. But these quirks and requirements are evident in language optimizations, API availability, toolchain preferences, and many more dependencies that pop up when you build native applications. It also adds to development costs and could make maintenance quite cumbersome.Įach platform has its own unique capabilities and quirks. But, building separate applications for each platform could lead to duplicated effort.

npm create electron app

For applications used by a wide array of audiences, it is preferred that the application runs on all platforms.

npm create electron app

The frameworks for Desktop applications are OS-specific and at times even specific to the version of the OS.

npm create electron app

There are multiple Operating Systems – Microsoft Windows, Linux, and macOS at the topmost level. Similarly, there are several frameworks for building native desktop applications like Microsoft Visual Studio and Cocoa. There is a wide range of frameworks for building web applications like Ruby on Rails, Django, Angular, and more.















Npm create electron app