Skip to main content
Choose the right streaming method for your use case.

Feature Comparison

When to Use What

WebSocket

Use when you need:
  • Full payload for all sources
  • Bidirectional communication
  • Fine-grained connection control
  • Server-side Node.js / Python apps
WebSocket docs

Public SSE

Use when you need:
  • Quick prototype, zero setup
  • No API key at hand
  • Public monitoring dashboard
  • Browser-only (no backend)
Public SSE docs

Private SSE

Use when you need:
  • Full data in a browser app
  • Automatic reconnection
  • Token-based auth (no exposed API key)
  • Frontend EventSource compatibility
Private SSE docs

Latency

All methods deliver data within milliseconds of each other:

Query Parameters (All Methods)