1.0.1 • Published 8 years ago

@kadira/storybook-channel-websocket v1.0.1

Weekly downloads
20
License
MIT
Repository
-
Last release
8 years ago

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' })