Xentara WebSocket API Specification v2.0.3
User Manual
Introduction
See also
RFC 6455 - The WebSocket Protocol
RFC 8949 - Concise Binary Object Representation (CBOR)
JSON-RPC 2.0

The Xentara WebSocket interface offers a way to access Xentara functionality using a remote procedure call (RPC) method. It's similar to JSON-RPC 2.0, a common way to call functions remotely, but instead of JSON, it uses CBOR, a more efficient binary encoding standard. This documentation serves as a guide for developers looking to integrate WebSocket functionality into their applications.

To establish a secure WebSocket connection, the following instructions provide detailed guidance: