ref-struct
popularCreate ABI-compliant "struct" instances on top of Buffers
Updated by @tootallnate
net-keepalive
Provides high-level access to socket options like TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT
Updated by @hertzg
ref-wchar-napi
A ref "type" implementation of `wchar_t *` (a.k.a. wide string) backed by "node-iconv". Supports Node 6, 7, 8, 10, 12.
Updated by @janealter
ref-struct-napi
Create ABI-compliant "struct" instances on top of Buffers. Supports Node 6, 7, 8, 10, 12.
Updated by @janealter
ref-union-napi
Create ABI-compliant "union" instances on top of Buffers. Supports Node 10, 12.
Updated by @josemanuelcarreter
twain-nodejs
A Javascript interface for the TWAIN image capture API, built on top of Node.js buffers using the "ref" type interface.
Updated by @poode