Android app to run Javascript files from the filesystem in Node.js
- Node.js for Mobile Apps
- Node.js for Mobile Apps
- version: 18.20.4
- binaries: nodejs-mobile-v18.20.4-android.zip
- minSDK: 24
- versions:
- Node.js = 18.20.4
- OpenSSL = 3.0.13+quic
- no root
-
used by frontend
android.permission.READ_EXTERNAL_STORAGE- to read Javascript files from the filesystem
android.permission.FOREGROUND_SERVICE- to run each daemon in a separate background process
android.permission.WAKE_LOCK- to lock resources (cpu, wifi) in an active state while daemon(s) run
-
not used by frontend; reserved for use by Javascript files
android.permission.INTERNETandroid.permission.WRITE_EXTERNAL_STORAGE
- the recipes branch contains a set of bash scripts that can be used to easily install and configure a curated selection of Node.js applications
- the apps illustrated in the screenshots animation are included
- copyright: Warren Bank
- license: GPL-2.0
