top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to call C functions inside node.js?

+1 vote
314 views
How to call C functions inside node.js?
posted Aug 25, 2015 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Look at https://github.com/node-ffi/node-ffi

node-ffi is a Node.js addon for loading and calling dynamic libraries using pure JavaScript. It can be used to create bindings to native libraries without writing any C++ or C code. I hope it would be helpful.

answer Aug 26, 2015 by Salil Agrawal
Similar Questions
...