Short answer no. Long answer you could write a native module, using c++ or maybe c++/cli to interact with the COM component. I wrote a blogpost about it http://joseoncode.com/2012/04/10/writing-your-first-native-module-for-node-dot-js-on-windows/
But it is not that easy and requires a some effort. If you just need to send mails, there are a lot of modules to do that on npm. IMHO the ecosystem of libraries in node.js is biger than ASP3, just try npm search mail. Almost everything is opensource, and you will find the documentation in the github page for the project. El martes, 25 de diciembre de 2012, Umut Muhaddisoglu escribió: > Is there a way to use any classic ASP components (like > http://www.aspemail.com/) with nodejs? > > I'm running nodejs on a Windows machine, need to run ping command > concurrently and forking new ping processes is pretty expensive. > > As there are classic ASP components making ping requests using raw > sockets, they can help me. > > Any way to do that? > > Thanks. > > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', '[email protected]');> > To unsubscribe from this group, send email to > [email protected] <javascript:_e({}, 'cvml', > 'nodejs%[email protected]');> > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
