Packages
A package of basic functions and classes required for the framework to work. This package provides functions for modular loading of JS files, basic processing of strings and data, a class for working with asynchronous operations, a logging mechanism, state and context saving methods, etc.
A package that provides functionality for unit testing, both on the browser side and on the NODEJS server side
The package provides locking functions on a file using the flock or LockFileEx function.