Etienne
Etienne
Some prototyping work has been done in this regard for node-opcua-crypto and node-opcua-pki as a proof of concept. Now waiting for open-collective donors to commit development effort on the 72...
>Is it not better to get income by simply applying the library for customers with a need of event driven communication? It's a lot faster then the conventional way by...
can be closed
Improve client example , by making it more comprehensive with a CLI dashboard
> and maybe also deploy a "test" version on NPM... I am not sure deploying a test version on npm would be a good practise, at the end of the...
> I tried to test the PR with a simple example and I think it does not work as expected. Maybe I am just not understanding it properly. > >...
I'm on it
@danielpeintner here you go , thank you for your patience.
Using node16 allows us to create commonJs module that will work nicely if the consumer application is a ESM application. This is the situaion now in node-wot. However we still...
I see your point, There are situation in the code where we mistakely miss the await keyword. for instance https://github.com/eclipse-thingweb/node-wot/blob/8dc6ed8d7a7fd24ef97d703c018a5ec1cd76481a/packages/binding-http/test/http-server-test.ts#L173 All `async` method should be called with `await` keyword before...