six-streaming-manager
v1.1.4-0
Published
A component that provides support for the streaming API to widgets
Downloads
9
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)