six-streaming-manager

A component that provides support for the streaming API to widgets

Usage no npm install needed!

<script type="module">
  import sixStreamingManager from 'https://cdn.skypack.dev/six-streaming-manager';
</script>

README

Provides support for streaming to widgets

  • Must be initialized with the SDK session and used in the widgets that should stream

Usage

NPM

# npm install six-alerts-manager
import StreamingManager from 'six-streaming-manager'

// initialize with session from SDK
var streamingSession = StreamingManager(session)

CDN

<script type="text/javascript" src="https://cdn.six.se/js/six-streaming-manager/1/six-streaming-manager.min.js" />

// initialize with session from SDK
var streamingSession = Six.Components.StreamingManager(session)