How does Ionic and Electron Framework differ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

21st Aug 2017, 10:56 AM
td_bk
td_bk - avatar
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.
22nd Aug 2017, 1:46 PM
Matt