@kadira/storybook-channel-websocket
v1.0.1
Published
Websocket channel for Kadira Storybooks. This channel can be used when the Storybook Renderer should communicate with the Storybook Manager over the network. A channel can be created using the `createChannel` function.
Downloads
16
Keywords
Readme
Websocket Channel
Websocket channel for Kadira Storybooks. This channel can be used when the Storybook Renderer should communicate with the Storybook Manager over the network. A channel can be created using the createChannel
function.
import createChannel from '@kadira/storybook-channel-websocket'
const channel = createChannel({ url: 'ws://localhost:9001' })