JavaScript BFCP client implementation using WebSocket as transport and JSON as message format.
Runs in both the browser and Node.js.
JsFCP includes the Node debug module. In order to enable debugging set the DEBUG
environment variable as follows before running your Node script/command:
export DEBUG='JsFCP*'
Read the full API documentation in the docs folder.