Meteor integration with node-ffi

Hello!

Can I use Meteor with node-ffi (https://github.com/node-ffi/node-ffi) on client-side to allow users to load a native shared library on browser, making the browser capable of running the library and return the result to the server?
In practice: the user access the site from browser, click somewere, loads the library path, them the library is executed and returns the result to server.

Hi @andrerm2k, Have you found the solution for your question because I am also planning to use node-ffi in meteor