1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Query node feature definitions (markdown)

zobalogh 2014-10-30 04:18:37 -07:00
parent f766799a66
commit 2a1baa1276

@ -8,7 +8,7 @@ This page defines the features and design conventions that each query node shoul
### Query nodes SHOULD:
* Have clearly defined behaviour that determines how the incoming msg object is manipulated and then forwarded
* Try to be as stateless as possible (same behaviour regardless of say initialiation properties or any other state)
* Try to be as stateless as possible (same behaviour regardless of say initialization properties or any other state)
* MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED
* Clean up their state upon close <code>node.on("close", function() {}</code>