/Android-NodeJS-Frontend

Android app to run Javascript files from the filesystem in Node.js

Primary LanguageCGNU General Public License v2.0GPL-2.0

Android app to run Javascript files from the filesystem in Node.js

Screenshots:

screenshots animation

Credits:

Technical Details:

List of Permissions:

  • 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.INTERNET
    • android.permission.WRITE_EXTERNAL_STORAGE

Recipes:

  • 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

Legal: