← Graph

Real-time multiplayer for free via CQRS pub/sub

takeaway 2 connections

Because Cidurial separates writes (commands appended to a store) from reads (SSE-connected pages subscribing to commands/events through pub/sub), any number of clients listening on the same channel see updates in real time. Demos: a Ruby-LLM chat app with multiplayer behaviour, a cinema seat-booking app where one user's selections appear instantly as unavailable for others, and streaming progress bars with activity feeds — no special per-feature code required.

type
insight
takeaway Real-time multiplayer for free via CQRS pub/sub
about
CQRS concept
Attributes the property to the CQRS pub/sub split.
takeaway Real-time multiplayer for free via CQRS pub/sub
from_talk
Demonstrated via chat, seat-booking and streaming demos.

Provenance