Hi everybody. Is there any way to create shared library with nodeJS to link agains other programs, written in (for example) C++?
The reason why i need it is following: i have some functions written in javascript and i'm looking for availability to use these functions from other languages ( c++, python, perl ) without rewriting them in plain C. So i'm looking for possibility of creating a library with these functions ( i use mostly linux, so in my case this must be a shared library .so file). Thank you. -- 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
