Faye to ActionCable: broadcasting modernization #1

Merged
bterkuile merged 16 commits from feat/review-improve-and-document-the-broadcasting-model into master 2026-05-17 21:23:37 +02:00
Showing only changes of commit 4bee13aae7 - Show all commits
+2 -1
View File
@@ -11,7 +11,8 @@ end
# Broadcaster: swap Faye ↔ ActionCable
# Mozo.broadcaster = Mozo::Broadcaster::Faye.new # current (HTTP POST to Faye)
# Mozo.broadcaster = Mozo::Broadcaster::ActionCable.new # new (in-process async)
Mozo.broadcaster = Mozo::Broadcaster::Faye.new
#Mozo.broadcaster = Mozo::Broadcaster::Faye.new
Mozo.broadcaster = Mozo::Broadcaster::ActionCable.new # new (in-process async)
# Counter: swap DrbCounter ↔ Redis
# Mozo::Counter.connection = Mozo::DrbCounter.object # current (DRb in-memory)