If I wanted to make an app that would manipulate multiple file, available on desktop and mobile, in JavaScript I would need:
- an electron / nw.js version
- an Cordova or equivalent version for mobile
- The web version just in case.
All that just to access the native filesystem?