I'm completely new to Node.JS, if I want to pass messages to external systems using a message/event/servicebus.. what alternatives are there that integrates well with Node?
The messages are just JSON strings, and external systems can be whatever, e.g. a C# agent or some such.
(Maybe this should be on some other part of the site cluser than stackoverflow since it's more of a tech question than programming)?