Skip to content
LEEHYUKJOO edited this page Dec 13, 2018 · 51 revisions

This page is for discussing about how to make Flow Dev Guideline.

You can check the original contents at HERE.

Designing a flow

Designing messages

Parameter that stores data shared between nodes

Parameters that control the functionality of a unique node

In a node to which multiple messages with different types are input, add tag information for identification to each message.

Store a large amount of data in persistent storage outside Node-RED and reference the data.

Processing depending on the order of arrival of messages

Design pattern

Pattern regarding the structure between flows

Facade pattern

Clone this wiki locally