Hi,
As if I’m not struggling enough in .net, I would like to build a web application in node, probably MEAN. The domain, etc will be in .net, but the weblayer that sends commands and queries the read store will be in MEAN.
The issue is that I would like my server side web layer to implement an observer to listen to events from ges. I would implement socket.io to listen for events and communicate success or failure to the client.
In the absence of a node tcp api I don’t see how I could do this.
Are there any patterns for this?
thanks,
R