Running Node.Js on Android

后端 未结 5 1650
萌比男神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:44

    J2V8 is best solution of your problem. It's run Nodejs application on jvm(java and android).

    J2V8 is Java Bindings for V8, But Node.js integration is available in J2V8 (version 4.4.0)

    Github : https://github.com/eclipsesource/J2V8

    Example : http://eclipsesource.com/blogs/2016/07/20/running-node-js-on-the-jvm/

提交回复
热议问题