Node are generated from a published Service when you list it in your manifest and run uniac install.
Declaring a dependency
Add the Service to thedependencies array in uniac.json, run uniac install, then declare and initialize it:
Node slot is initialized, and records the owner relationship.
Consuming a dependency at runtime
ANode instance exposes:
.url— the live HTTP URL of the deployed Service. Populated byload()from the deploy-time wiring;Nonewhen called outsideload()..name— the published Service identifier.
uniac dev, .url points at the locally-running simulator instance of the dep. After uniac deploy, it points at the live production endpoint.
