Kevoree channel implementation using WebSocket protocol for real-time communication between Kevoree nodes. This is a snapshot package (version 3.0.0-SNAPSHOT) from the kevoree-js project, which is part of the Kevoree modeling platform. It provides a communication channel that leverages WebSockets, suitable for browser and Node.js environments. The package is still in development, so APIs may change without notice.
npm install kevoree-chan-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiates and uses the default WebSocket channel to send and receive messages asynchronously.
Pin to a stable release if available, or expect frequent API changes.
Switch to ES6 import syntax.
Update import statements to use 'KevoreeChanWebSocket'.
Run 'npm install kevoree-chan-websocket'.
Use import statement instead of require().
Ensure a WebSocket server is running and the URL is correct.