mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 01:31:39 -05:00
6 lines
270 B
JavaScript
6 lines
270 B
JavaScript
// 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()
|