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 1 year ago
JSON representation
A package of basic functions and classes required for the framework to work
- Host: GitHub
- URL: https://github.com/fcf-framework/fcf-framework-core
- Owner: fcf-framework
- License: mit
- Created: 2023-05-01T05:33:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T00:29:11.000Z (about 2 years ago)
- Last Synced: 2025-02-14T11:54:41.997Z (about 1 year ago)
- Topics: core, fcf, framework, javascript, nodejs, tokenize
- Language: JavaScript
- Homepage: https://fcf-framework.tech/packages/fcf-framework-core
- Size: 550 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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