https://github.com/joshbrew/graphscript-workers
graphscript web worker library
https://github.com/joshbrew/graphscript-workers
Last synced: about 1 year ago
JSON representation
graphscript web worker library
- Host: GitHub
- URL: https://github.com/joshbrew/graphscript-workers
- Owner: joshbrew
- License: lgpl-3.0
- Created: 2024-04-12T23:42:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T20:57:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T12:14:48.858Z (over 1 year ago)
- Language: TypeScript
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Graphscript Workers
Worker subsystem for the `graphscript` framework. This lets you write node based multithreaded program chains with a responsive frontend in a very direct and intuitive way.
See [examples](./examples/services/workers/) for usage.