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,
Embedding Node.JS is now officially supported by a Node.JS fork JXcore. Embedding docs are available from this link.