Skip to content

Overview - Streaming Reader API

Quix supports real-time data streaming over WebSockets (or Long Polling depending on client support).

Clients can receive updates on data and definitions for parameters and events, as they happen.

Streaming Reader API is typically used by clients written in languages not supported by Quix Streams (which supports Python only), or by other web services and clients that need to subscribe to data from a Quix topic.

Note

The following examples use the Microsoft SignalR JavaScript client library.