/
Matslex
/
ProjectDevelopment
Обзор
Документация
Войти
/
Matslex
/
ProjectDevelopment
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
app/javascript/channels/consumer.js
6 строк
270 B
Matslex
Initial commit
07 июл 2025, 13:27
07 июл 2025, 13:27
197aa07
Код
Авторство
О чём код?
// 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()