Sha256: 34044da2d9abc4511d26caa560cd5fc8609f9a635aae2f1dec06667020782012
Contents?: true
Size: 306 Bytes
Versions: 19
Compression:
Stored size: 306 Bytes
Contents
// Action Cable provides the framework to deal with WebSockets in Rails. // You can generate new channels where WebSocket features live using the `bin/rails generate channel` command. import { createConsumer } from '@anycable/web' export default createConsumer({ protocol: 'actioncable-v1-ext-json' })
Version data entries
19 entries across 19 versions & 1 rubygems