Node.js applications and Win32 binaries are two different worlds.
I am wondering if there are ways to access any Node.js libraries or functions directly from a Win32 process (in-process invocation)?
This following question shall work by refering to How can I use a C++ library from node.js?
Similarly, is it possible for Node.js application to invoke functions exported from Windows DLLs?