mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
9 lines
237 B
Elixir
9 lines
237 B
Elixir
defmodule Realtime do
|
|
@moduledoc """
|
|
Realtime WebSocket gateway for Warmbly.
|
|
|
|
Provides real-time event streaming to connected clients using Phoenix Channels
|
|
and Google Pub/Sub for message ingestion from the Go backend.
|
|
"""
|
|
end
|