Running Node.Js on Android

后端 未结 5 1648
萌比男神i
萌比男神i 2020-12-07 08:31

So I know this has been questioned quite a lot. To be exact for example in these questions:

  1. Run NodeJs server in Android
  2. How to run my node.js pro
5条回答
  •  星月不相逢
    2020-12-07 08:57

    Dory - node.js

    Great New Application
    No Need to root your Phone and You Can Run your js File From anywere.

    • node.js runtime(run ES2015/ES6, ES2016 javascript and node.js APIs in android)
    • API Documents and instant code run from doc
    • syntax highlighting code editor
    • npm supports
    • linux terminal(toybox 0.7.4). node.js REPL and npm command in shell (add '--no-bin-links' option if you execute npm in /sdcard)
    • StartOnBoot / LiveReload
    • native node.js binary and npm are included. no need to be online.

    Update instruction to node js 8 (async await)

    1. Download node.js v8.3.0 arm zip file and unzip.

    2. copy 'node' to android's sdcard(/sdcard or /sdcard/path/to/...)

    3. open the shell(check it out in the app's menu)

    4. cd /data/user/0/io.tmpage.dorynode/files/bin (or, just type cd && cd .. && cd files/bin )

    5. rm node

    6. cp /sdcard/node .

    7. (chmod a+x node

    (https://play.google.com/store/apps/details?id=io.tempage.dorynode&hl=en)

提交回复
热议问题