Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

21 stars

Watchers

2 watching

Forks

Releases

Used by

Contributors

Languages