I am working on node-ffi module in node.js. In most of the tutorials they have given an example with single library (shared library of C++) only. But, I would like to know how to use two libraries (shared libraries of C++) in node-ffi.
Thanks in advance