Monday 21 August 2017

Is Node the right platform for a UI-less client app that has subscribed to a pub/sub service?

I was given a recommendation that I could use Node, but since I haven't used it much before I'd like to see if this is really the best option.We have a pub/sub system setup so I can subscribe to when an event is triggered (something gets added/updated/deleted in the database). The subscription will trigger and send me the details of the event. I will then need to transform that data and send it on to an external source. So the "app" needs to always be on.What do you think?

Submitted August 21, 2017 at 04:25PM by ianoble

No comments:

Post a Comment