logoalt Hacker News

otabdeveloper4yesterday at 4:53 PM1 replyview on HN

I evaluated both at one point, and n8n is a "we have NodeRed at home" product. Didn't see the point.


Replies

Towaway69yesterday at 5:05 PM

For me, NodeRED is far more low-level with switch nodes being the equivalent to a case statement. A change node being equivalent to doing assigments of variables.

n8n is far more high level with google sheet nodes communicating with postgres database nodes. There is far less ability to do manipulate the data being passed around - as many said Zapier-like.

NodeRED is used for home automation and talking to devices that are connected to the network and providing nice dashboards of things happening. Another big use case is IIoT. So it less focussed on integration of SaaS services and more on devices integration and inter-communication between devices.

Plus NodeRED has a great collection[1] of third party nodes that can help in connecting to new devices. Installing nodes is based on npm but is completely automated.

[1] https://flows.nodered.org/search?type=node