NickNaso / node-simdb

Node.js high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store
http://nacios.it
Apache License 2.0
3 stars 1 forks source link

Prebuilds with prebuildify #12

Open NickNaso opened 6 years ago

NickNaso commented 6 years ago

Use prebuildify to create the pre builds of the module for different architecture and os.

NickNaso commented 6 years ago

Added prebuildify as dev dependency and node-gyp-build as dependency. We will use node-gyp-build to load the native add-on form the right platform and architecture.