Packages

Phoenix-native AI ops: LLM traces, evals, prompt versions, replay, tool governance, and MCP workflows. Ecto-backed, LiveView-included.

Current section

Files

Jump to
scoria lib scoria_web presence.ex
Raw

lib/scoria_web/presence.ex

defmodule ScoriaWeb.Presence do
@moduledoc """
Provides presence tracking for channels and processes.
See the [`Phoenix.Presence`](https://hexdocs.pm/phoenix/Phoenix.Presence.html)
docs for more details.
"""
use Phoenix.Presence,
otp_app: :scoria,
pubsub_server: Scoria.PubSub
end