Chimera-Framework is a language-agnostic framework for standalone and distributed computing, written in Node.js. Version 0.0.94 is the latest stable release, with low release cadence (last commit in 2018). It uses a component-based approach where components can be written in any language or even be binary executables. Orchestration is done via CHIML, a YAML superset. Key differentiators: language-agnostic components, CHIML-based workflow definition, supports both standalone and distributed modes.
npm install chimera-frameworkVerified import paths — ran on the pinned version, not inferred.
Shows basic usage: create Chimera instance, define a simple CHIML workflow that echoes a greeting, and run it with input.
Use import syntax or enable ESM in your project.
Use npx chimera or run via import in a script.
Always await chimera.run() or use .then().
Run 'npm install chimera-framework' and ensure using import syntax.
Add 'type': 'module' to package.json or use .mjs extension.
No dependency data recorded yet.