I've been working on a service bus for Node (https://github.com/node-ts/bus) for writing message driven node apps, and am really keen to learn from JavaScript/Node devs what your experience has been like writing distributed/scalable node systems (message/http/other).<p>Message based systems offer a lot of benefits around decoupling, reliability and durability; yet it doesn't seem to be as popular in Node as it is in say .NET or Java.<p>Do you think this is because there's less in terms of framework support, because node isn't used on larger systems, or something else completely?
Because of RabbitMQ, Kafka, nats, cloud vendor solutions etc.<p>There is a lot of effort that goes into building and maintaining such a system. JavaScript devs are a demographic less interested in building such things, rather than using a working solution.