FCF 2.0 development in progress...
> > >
[News] [Packages API] [Downloads] [Donate to the project] [Contacts]

Install

Get an instance of the package

The package is available for download from the following sources:

Using a package

After installation, include the fcf-framework/fcf.js or fcf-framework/fcf.min.js file into an executable script.

Functions, classes and variables will be available from the fcf global variable.

NODEJS server side connection example:

let fcf = require("fcf-framework-core");

Browser side connection example:

<script src="/node_modules/fcf-framework-core/fcf.min.js"></script>