Xentara WebSocket API Specification v2.0.4
User Manual
|
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: