Y
Hacker News
new
|
ask
|
show
|
jobs
by
zeroname
2831 days ago
Node doesn't have it natively like Python does, but it exists:
https://github.com/node-ffi/node-ffi
1 comments
electroly
2830 days ago
Yeah, that's a native module. If you look at the C source code in "src", the "NAN_METHOD" and stuff are Node native module macros. node-ffi will not work if they remove native modules.
link