I am working on an app which has recently converted to a node.js back end.
My original plan is to use Tibco EMS to publish messages through a queue, and use websockets to fire these to the front end, however I wanted to know if this is feasible for a relative beginner using node.js? And if so what is the best way to go about this?