Can I call Java from Node.js via JNI and how?

后端 未结 5 2015
难免孤独
难免孤独 2020-12-02 08:20

can I call Java from Node.js via JNI? Are there any examples?

5条回答
  •  Happy的楠姐
    2020-12-02 08:31

    I wonder if it is possible at all. but even if it is possible I imagine it is hard to implement and I am certain that nobody has done that yet.

    how about using a named pipe to communicate between processes(java and node.js) ?

提交回复
热议问题