CBFS Vault 2020 Node.js Edition

Questions / Feedback?

Deployment

The user mode API comes in two pieces, both of which must be deployed with the application:

  • A Node.js file named cbfsvault.js.
  • A native add-on module named cbfsvault.node, available for both 32-bit (x86) and 64-bit (x64) processor architectures.

Both of these are included in the product's Node.js package, <install_dir>\cbfsvault-20.0.tar.gz, which should be installed using npm:

npm install cbfsvault-20.0.tar.gz

Once the product's Node.js package has been installed, the Node.js file can be imported and used: require("cbfsvault"). Nothing else is required to deploy the application.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Vault 2020 Node.js Edition - Version 20.0 [Build 8165]