Monday, 5 June 2017

How to access .so library from nodejs application

I have a piece of C code which returns a string output. The same api is packaged in the form of a .so file.

How can i use the .so file directly in my nodejs code. Do i need to add something in my C code or there is a standard mechanism in node for the same..?

Thanks



via Ashish Sharma

No comments:

Post a Comment