Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fcf-framework/fcf-framework-core

A package of basic functions and classes required for the framework to work
https://github.com/fcf-framework/fcf-framework-core

core fcf framework javascript nodejs tokenize

Last synced: about 2 months ago
JSON representation

A package of basic functions and classes required for the framework to work

Awesome Lists containing this project

README

        

# fcf-framework-core
Core package of the FCF framework that works both on the server side and on the browser side.

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.

## Extended description pages
https://fcf-framework.tech/packages/fcf-framework-core/pages/install - Installation

https://fcf-framework.tech/packages/fcf-framework-core/pages/configuration - Configuration object and main framework core settings

https://fcf-framework.tech/packages/fcf-framework-core/pages/paths - The structure of the formation of paths to files and resources

https://fcf-framework.tech/packages/fcf-framework-core/pages/modules - Description of JavaScript modules in the framework

https://fcf-framework.tech/packages/fcf-framework-core/pages/context - Describe how to use an execution context

https://fcf-framework.tech/packages/fcf-framework-core/pages/translations - Description of static string translations

https://fcf-framework.tech/packages/fcf-framework-core/pages/tokenization - Description of the string tokenization mechanism