|
|
|
|
|
by salviati
334 days ago
|
|
I'd be happy to take your experience into account in case I'll need to vouch this in the future. But unfortunately it's not very clear what shortcomings of Node-Red were a problem for you. Could you rephrase your experience, focusing on what you believe Node-Red does wrong? |
|
2. Often times you end up writing code to help support node-red, you must avoid this at all costs because you end up shifting more and more into code bases, making node-red pointless.
2. Lots of sub menu "advanced" functions that you will need to use for any complex flow.
3. Observability is poor out of the box, especially if you use a service like datadog or NewRelic, we ended up using a catch all error handler that just shipped events to NewRelic.
4. Poor out of box defaults for security, mainly authentication
5. Conflict resolution sucks, you have to JSON stable stringify the changes to ensure you can deal with conflicts and conduct proper code reviews.