sprotty-protocol
v1.3.0
Published
TypeScript declarations for Sprotty to be used both in browser and Node.js context
Downloads
10,514
Readme
Sprotty Protocol
This package contains the platform-independent definitions of Sprotty. They are used both by the main client code (sprotty) and by servers running in Node.js.
For Node.js-based diagram servers, a class DiagramServer
is provided. It handles the state and message handling for one client, so you need to create one instance of that class for every diagram instance that is shown in the frontend.