@lionweb/delta-protocol-repository-ws
v0.8.1
Published
Implementation – currently: partial – of a delta protocol repository using the WebSocket protocol, relying on the 'ws' package
Readme
The delta-protocol-repository-ws package
An NPM package that can be added to a Node.js/NPM codebase as follows:
$ npm add @lionweb/delta-protocol-repository-wsThe TypeScript implementation of a repository that complies with the LionWeb delta protocol – in the form of the LionWebRepository class – in this package is entirely incomplete.
It mainly serves as a way to be able to run and test the TypeScript implementation of the LionWeb client, at least to the extent that a client can send queries and commands and get responses that are somewhat plausible.
The C# implementation is complete and should be used for actual use.
Development
Build this package from source as follows:
npm run build