mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
6 lines
266 B
JavaScript
6 lines
266 B
JavaScript
// Action Cable provides the framework to deal with WebSockets in Rails.
|
|
// You can generate new channels where WebSocket features live using the `rails generate channel` command.
|
|
|
|
import { createConsumer } from "@rails/actioncable"
|
|
|
|
export default createConsumer()
|