Packages

Multi-surface application runtime for Elixir. One TEA module renders to terminal, browser (LiveView), SSH, and MCP (agents). 30+ widgets, flexbox + CSS grid, AI agent runtime, distributed swarm with CRDTs, time-travel debugging, session recording, sandboxed REPL, and agentic commerce.

Current section

Files

Jump to
raxol lib raxol_web presence.ex
Raw

lib/raxol_web/presence.ex

defmodule RaxolWeb.Presence do
@moduledoc """
Phoenix Presence implementation for Raxol web interface.
Tracks user presence across terminal sessions and web connections,
enabling real-time collaboration features.
"""
use Phoenix.Presence,
otp_app: :raxol,
pubsub_server: Raxol.PubSub
end