Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 512 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 512 Bytes

JsFCP

JavaScript BFCP client implementation using WebSocket as transport and JSON as message format.

Runs in both the browser and Node.js.

Debugging

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*'

Documentation

Read the full API documentation in the docs folder.