i'm trying to develop module on cloud (c++ DLL executable) i need to let to a client (web page) that develop in node.js to use this DLL functions.
i'am trying build a small program that call to c++ DLL function from node.js native ,
any hint how to do this?