Updated Query node feature definitions (markdown)

zobalogh
2014-10-29 10:08:27 -07:00
parent 0cb4ebb18d
commit 1d3b97fa77

@@ -10,6 +10,7 @@ This page defines the features and design conventions that each query node shoul
* 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)
* MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED
* Clean up their state upon close <code>node.on("close", function() {}</code>
### Query nodes COULD:
* MULTIPLE MESSAGE/CLONING BEHAVIOUR TO BE DEFINED