You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// 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 "@rails/actioncable" |
|
|
|
export default createConsumer()
|
|
|