pinrails/app/javascript/channels/consumer.js

7 lines
266 B
JavaScript
Raw Normal View History

2021-08-21 23:30:19 +00:00
// 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()