https://github.com/kuflow/kuflow-sdk-js
KuFlow Engine Client for Javascript
https://github.com/kuflow/kuflow-sdk-js
javascript open-source orchestration processes temporalio
Last synced: 6 months ago
JSON representation
KuFlow Engine Client for Javascript
- Host: GitHub
- URL: https://github.com/kuflow/kuflow-sdk-js
- Owner: kuflow
- License: mit
- Created: 2022-11-24T07:42:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T11:54:13.000Z (6 months ago)
- Last Synced: 2025-04-11T12:11:17.759Z (6 months ago)
- Topics: javascript, open-source, orchestration, processes, temporalio
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/kuflow/kuflow-sdk-js/blob/master/LICENSE)
[](https://www.npmjs.com/search?q=author%3Akuflow-org)# KuFlow Engine Client JavaScript
> **_"KuFlow is a platform on which you can design and execute your business processes"_**
In KuFlow we are engineers, and therefore we like concrete things; we like to know 'the how' because it is the only way to understand how a platform can solve our problems.
It is a compilation of libraries and examples that you can use for the implementation of your Workers that connect to our system.
KuFlow is an implementation language agnostic Cloud platform. This repository is useful if you as a customer develop your integrations in JavaScript/TypeScript.
## Documentation
Documentation on how to integrate with KuFlow using Javascript is available [here](http://localhost:3000/developers/client-integration-temporal?sdk-selected=typescript).
## Packages
This monorepo contains the following packages:
| Subfolder | Package |
| ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`packages/kuflow-rest/`](packages/kuflow-rest/) | [](https://www.npmjs.com/package/@kuflow/kuflow-rest) |
| [`packages/kuflow-temporal-activity-kuflow/`](packages/kuflow-temporal-activity-kuflow/) | [](https://www.npmjs.com/package/@kuflow/kuflow-temporal-activity-kuflow) |
| [`packages/kuflow-temporal-workflow-kuflow/`](packages/kuflow-temporal-workflow-kuflow/) | [](https://www.npmjs.com/package/@kuflow/kuflow-temporal-workflow-kuflow) |
| [`packages/kuflow-temporal-worker/`](packages/kuflow-temporal-worker/) | [](https://www.npmjs.com/package/@kuflow/kuflow-temporal-worker) |## Contributing
We are happy to receive your help and comments, together we will dance a wonderful KuFlow.
Please review our [contribution guide](https://raw.githubusercontent.com/kuflow/kuflow-engine-client-js/main/CONTRIBUTING.md).## License
[MIT License](https://raw.githubusercontent.com/kuflow/kuflow-engine-client-js/main/LICENSE)