Node-RED Programming

Although node-RED is a low code tool there are times when you will need to understand some programming concepts and write basic code.

Node-RED works by passing a message object between nodes.

Nodes use this message object and usually return a modified or new message object depending on their function.

The function node node is used to run user created JavaScript code against the msg object.

The following tutorials will help you to understand how node-RED works and how to code in node-RED.

 

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *