Hi,
We are new to NodeJS. As part of our investigation of module loaders we are trying to understand how to deploy modules that can act as a container which has backend integration capabilities as well as capabilities to server JS widgets. So, for example, this could be like a widget that provides mobile banking capabilities. The NodeJS module could be generic. So multiple widgets could need the same integration functionality like an event bus.
How does one create such NodeJS application containers ?
Thanks,
Mohan