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? idobatter There is node-win32ole ( npm install win32ole ). That depends on which server-side implementation you’re using. When using ASP/JS (or any other framework using Microsoft’s Windows Scripting engine), that’s not a problem using the ActiveXObject constructor. When using JSDB , you can use the ActiveX constructor. Node.js doesn’t really work on Windows, only thru Cygwin, so ActiveX probably won’t be