FCF 2.0 development in progress...
[News] [JS Packages API] [C++ Libraries API] [JS Downloads] [C++ Downloads] [Donate to the project] [Contacts]

FCF2 - Framework for NODEJS web development and browser applications

FCF2 is a continuation of the first experimental version, which is available at https://fcf-framework.mywire.org.

The project's core software components are currently being developed with a high level of detail and using C++. There's a lot of work to do, but it's being completed gradually. An experimental framework prototype (roadmap) is presented https://fcf-framework.mywire.org. If you're interested in the project or would like to support it, you can contact the developer by email (v.o.markin221@gmail.com).

The framework comes in the form of NODEJS packages and C++ libraries, which are self-contained development tools. The development of all FCF2 packages is not finished yet, but individual packages can be used in your applications.

Despite the fact that the project is still under development, it already includes some libraries:

JS: fcf-framework-core - contains base methods and classes to provide other nodes, since other packages are under development.

JS: fcf-framework-unitest - contains functionality for unit testing.

JS: fcf-framework-lock - package provides locking functions on a file using the flock or LockFileEx function and named mutex.

C++: fcfTest - Unit Testing Library.


Video blog about the development process

Video blog about the development process (https://www.youtube.com/@fcfframework).

Latest news

A new section has been added to the website: C++ - A new section of the website for libraries written in C++ has been added.
2026-05-13
fcfTest Unit Testing Library for C++ - The fcfTest unit testing library for C++ is now available!
2026-03-23
Added functionality for blocking named mutexes. - Now the fcf-framework-lock package also supports the functionality of locking critical sections based on named mutexes
2023-10-22
Added package for unit testing - The first public version of the fcf-framework-unitest package has been released
2023-05-14
First version - Released the first version of the kernel available for public use
2023-04-29