All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

js-functions-orchestrator: Isomorphic JavaScript/TypeScript Function Orchestration Library for Low-Code Platforms

By

damianofalcioni

7mo ago· 11 min readenCode

Summary

The article introduces js-functions-orchestrator, an open-source JavaScript/TypeScript library that provides an isomorphic orchestrator for functions and events. It enables developers to create low-code platforms or workflow engines by defining orchestration logic as JSON and using JSONata for data transformations. The library works across browsers and Node/Bun/Deno environments, offering a simple yet powerful, fast, secure, and extensible solution for function orchestration.

Key quotes

· 5 pulled
This library provides a simple yet powerful, fast, secure, and extensible orchestrator of your JavaScript/TypeScript functions and events, working in both browsers and Node/Bun/Deno, that can be used as base for your own low-code platform or workflow engine.
The orchestration logic is defined as a simple JSON and uses the power of JSONata for data transformations.
Isomorphic orchestrator of JS/TS functions & events. Create your own low-code platform or workflow engine!
Simple combination of two functions outputs as input for a third one:
Simple combination of two events into a third one:
Snippet from the RSS feed
Isomorphic orchestrator of JS/TS functions & events. Create your own low-code platform or workflow engine ! - damianofalcioni/js-functions-orchestrator

You might also wanna read