Skip to content

warren-bank/Android-NodeJS-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published