How to choose between Node.js and JXcore?

前端 未结 3 1041
别那么骄傲
别那么骄傲 2021-01-02 05:10

JXcore seems to be improved Node.js. Check this carefully designed quote:

JXcore comes with a built-in multithreading support that can be enabled on

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-02 05:58

    I use JXCore to run Javascript from native Java on Android. It can also be called from a background service such as a SyncAdapter. So you can download JS code remotely and run it in the background. that's very non-trivial to do in native land and can be achieved using JXCore. take a look at this sample: https://github.com/capriza/jxcore-android-sample

提交回复
热议问题