Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fcf-framework/fcf-framework-core
- Owner: fcf-framework
- License: mit
- Created: 2023-05-01T05:33:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T00:29:11.000Z (11 months ago)
- Last Synced: 2024-10-08T18:59:57.226Z (3 months 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 - Installationhttps://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