Search code examples
windowscomv8serverside-javascript

Can you call COM components from server side javascript?


Is it possible (using one of the server side implementations of javascript .. see http://www.nakedjavascript.com/getting-started-55) to instantiate a COM object and invoke methods on it?


Solution

  • There is node-win32ole (npm install win32ole).