CBFS Storage 2020 Node.js Edition

Questions / Feedback?

User Mode API

Windows: Note: The user-mode API must be deployed to end-user systems together with the kernel-mode drivers; the version of the kernel-mode drivers on the end-user systems must be equal or newer to the version of the user-mode APIs. Thus, when the user-mode API is installed or updated on end-user systems, it is required to ensure that the kernel-mode drivers already present in the system are updated to match the version of the installed user-mode API. The user mode API comes in two pieces, both of which must be deployed with the application:

  • A Node.js file named cbfsstorage.js.
  • A native add-on module named cbfsstorage.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>\cbfsstorage-20.0.tar.gz, which should be installed using npm:

npm install cbfsstorage-20.0.tar.gz

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

Windows Only: Remember to deploy the drivers too, as they are an integral part of CBFS Storage.

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 Node.js Edition - Version 20.0 [Build 8031]