How to embed Node.js interpreter into C/C++?

后端 未结 6 1467
后悔当初
后悔当初 2020-12-05 22:43

I want to use Node.js scripts in my C/C++ applications. Some people suggested me to start with v8, libev and libeio; but it means rewriting Node.js from scratch.

So,

6条回答
  •  既然无缘
    2020-12-05 23:35

    Embedding Node.JS is now officially supported by a Node.JS fork JXcore. Embedding docs are available from this link.

提交回复
热议问题