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