wasabi
Invoking NodeJS from C#
I happen to have a need for this. From my research it doesn't appear that NodeJS distributes a library by default. I can't find any recent and maintained PInvoke bindings for anything. So, asking here before I start to build something.
I think the idea would be to rebuild node myself as a shared or static library, and then link it into some bridge C/C++ code, and then P/Invoke against that. But checking if somebody is aware of a better way to go about it.
16 replies