Open
Description
Copied from thingweb/node-wot#38.
The cli already uses a wot-servient.conf.json
for configuration. This should in future also be used to include protocol binding implementations by including entries such as:
"servers" : [
"@node-wot/binding-http"
],
"clients" : [
"@node-wot/binding-http",
"@node-wot/binding-coap"
]
There can then be required, but we would need standardized class names, I guess.
Is there a better way to do such dynamic dependencies?