N8N is often compared and discussed in this forum, but what I find especially nifty about the N8N project is how shared flows look in their forum. They seem to have a simplified editor plugin that takes over the pasted JSONs. It lets you get a quick overview like a somewhat zoomed-out editor view, and you can even click into the nodes, but you still actually copy JSON if you want to see it in your real editor GUI. Just seeing the beginning of a long pasted JSON one-liner gives me very little (hence the existence of the Node-RED editor GUI I presume).
I wonder how much work such a plug-in in the case of the Node-RED editor would be, and how scaled back and quick, yet usable in such a case, it could get.
Related to the topic of “sharing” and the comparisons to N8N is the often touted “more practical nodes” of the latter (for startups and business I assume) but I find those are often just small variations over what is essentially a swagger/openAPI shell. Node-RED has a much larger and much more interesting and varied node library in that regard, but even the aforementioned would quickly not be an issue at all if there was a more integrated, formal and easy way to share and maintain user made subflows, and implicitly making them available, catalogued and installable much like ordinary nodes. Then all those simple openAPI shell nodes would probably get done and added to the catalogue quickly (and once).
I leave it to the reader to (re)adjust how the sharing of a subflow in formats like this forum would then look like (if not just a link to the catalogue, GitHub or npm).
We do support publishing subflows as npm modules so they appear in the catalogue just like any other node. It is a bit manual and no doubt improvements could be made to the tooling around it - but the basic capability is there.
I know there’s a nodegen project “on the side”, but I was honestly just trying to hype it a bit so we might see it integrated into Node-RED proper, as the intended subflow-making audience isn’t more likely to use a separate CLI tool than the rest.
As a function-node-maximum kind of guy when it comes to javascript, I appreciate all thought and proper coding and work that goes into making NR itself this rock solid and useful.
Also with regard to such a plug-in of course, but I wish to express that I believe it, and the easy subflow-sharing-as-nodes, would be valuable in the building of the community of the future.
(I realise the latter of the two features might open a vast can of worms, I admit I at least can’t see the whole silhouette clearly myself).