CBFS Filter 2020 Node.js Edition

Questions / Feedback?

User Mode API

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

npm install cbfsfilter-20.0.tar.gz

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

Remember to deploy the drivers too, as they are an integral part of CBFS Filter.

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