Raynerv / node-red-contrib-async

A node-red node for executing javascript code in a node-red flow either synchronously, asynchronously, or both. Based on the node-red core function node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-async

A node-red node for executing javascript code in a node-red flow either synchronously, asynchronously, or both. Based on the node-red core function node.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-contrib-async

Usage

In the node-red package.json add a dependency to "node-red-contrib-async":"latest"

Usage is documented in the node's information panel.

About

A node-red node for executing javascript code in a node-red flow either synchronously, asynchronously, or both. Based on the node-red core function node.


Languages

Language:HTML 70.2%Language:JavaScript 29.8%