> ...with loopback with one basic requirement of adding api dynamically without need to restart the sl/node server...
> ...Do we have any provision in loopback for dynamically adding api, custom codes on events as provided by deployd...
Are you referring to the ability to change code in a deployd event script while the server is running? As well as add / remove resources / collections / etc?
When we designed deployd we baked this feature in from the very beginning. The way deployd adds this feature is by implementing its own module loading. This module loader is capable of swapping code while the server is running. It's not something we can really add on to Loopback 1.X. Its really not something we are looking to add to LoopBack at the moment, but if enough people are asking for it I think we could look into it. So if anyone else is looking for this feature please speak up.