4 items tagged with "websockets"
Implement real-time features using WebSockets
Elixir, Phoenix, LiveView - Real-time without JavaScript
A realtime application stack built on Supabase, streaming Postgres changes, broadcast messages, and presence to clients over WebSockets atop row-level security.
WebSockets give full-duplex bidirectional channels; Server-Sent Events provide simple one-way server-to-client streaming over HTTP.