https://github.com/joshbrew/graphscript-core
graphscript core library
https://github.com/joshbrew/graphscript-core
Last synced: 11 months ago
JSON representation
graphscript core library
- Host: GitHub
- URL: https://github.com/joshbrew/graphscript-core
- Owner: joshbrew
- License: lgpl-3.0
- Created: 2024-04-12T23:42:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T07:21:50.000Z (over 1 year ago)
- Last Synced: 2025-03-24T06:31:34.786Z (about 1 year ago)
- Language: TypeScript
- Size: 662 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Graphscript Core
placeholder, see https://github.com/joshbrew/graphscript
`npm i graphscript-core`
Core library of the "graphscript" framework. Graphscript is framework for writing functional graphs that leverages the dynamic programming syntax in JavaScript to automate a great deal of your processes with minimal overhead, including cross-thread and backend communication using our extended Services libraries. This lets you focus on features, not boilerplate, in a minimal, natively executable, and extremely easy to read format for your core program logic. This can let you and your team members reason through problems more effectively and plug in modular code.
See the docs for understanding the usage of this framework:
Refer to [./examples](`./examples`) for basic library usage.
The core library is 35kb minified. See the following Services repositories for building your full stack application: