0
How does Ionic and Electron Framework differ?
I know Ionic and Electron frameworks are technologies used for cross platform Mobile and Desktop softwares respectively, but I still want to know how the technologies used in both differ and what are they.
1 Answer
+ 3
These are for 2 different purposes.
Ionic is a framework based on AngularJS targeted for creating web mobile app relying on Cordova for integrating with the native system while Electron is a combination of NodeJS and web technologies to create desktop applications, where NodeJS is used to interact with the OS among other "server-like" business logic.
In a nutshell âș hope it helps.