What about Android devices?
Is your feature request related to a problem? Please describe. It is possible to use node.js on android devices. https://github.com/sjitech/build-nodejs-for-android
Describe the solution you'd like Expand list of systems to Android.
https://nodejs.org/api/process.html#process_process_platform
The value 'android' may also be returned if the Node.js is built on the Android operating system. However, Android support in Node.js is experimental.
https://www.npmjs.com/package/termux
@ldittmar81 : thank you! Will to figure out, how I can implement features for this. Will also need set up an android device to test it ;-)
Maybe something like this? https://www.osboxes.org/android-x86/
@ldittmar81 thank you for this link! was not aware of that ;-)
Here is a docker image with nodejs 8: https://github.com/beevelop/docker-android-nodejs
Has anyone discerned what first steps are needed to implement this?