Showing unread indicators / counts for a chat app using Phoenix channels
|
|
0
|
15
|
January 17, 2025
|
Phoenix websocket: how to send message to one user
|
|
23
|
9851
|
December 24, 2024
|
Broadcasting an event from a controller doesn't seem to work. MyApp.Endpoint.broacast(@topic, @event, @payload)
|
|
15
|
2568
|
December 22, 2024
|
Implementing a distributed users counter
|
|
9
|
2921
|
December 21, 2024
|
Phoenix.js not reconnecting when server runs in Docker container
|
|
1
|
34
|
December 10, 2024
|
Storing transient data for chat sessions
|
|
5
|
87
|
December 4, 2024
|
Phoenix Channels keeps giving 'error', 'joining' and 'closed' states response
|
|
0
|
20
|
December 2, 2024
|
Slipstream - A slick Elixir websocket client for Phoenix Channels
|
|
5
|
3385
|
October 25, 2024
|
Debouncing and aggregating events across cluster nodes
|
|
7
|
118
|
September 24, 2024
|
Live-signals - LiveState backed signals for all of your signal needs (Phoenix Channels + Signals = LiveSignals)
|
|
16
|
1233
|
September 23, 2024
|
Using phoenix channels outside an elixir phoenix webapp
|
|
4
|
283
|
May 14, 2024
|
How to properly leave a channel and join another channel from client-side? (or leave topic -> join topic)
|
|
1
|
213
|
May 1, 2024
|
Live-templates - connect a front-end template to a LiveState phoenix channel
|
|
11
|
986
|
April 14, 2024
|
Why does Phoenix channel not expose all callbacks of GenServer?
|
|
0
|
206
|
April 11, 2024
|
Sending binary data from liveview to the JS client
|
|
0
|
175
|
March 27, 2024
|
Finding first connected client in Channels
|
|
2
|
186
|
March 27, 2024
|
Phoenix Channels: Track the number of connected users per topic per host
|
|
7
|
2089
|
March 6, 2024
|
Fall back to LongPoll when websocket fails?
|
|
5
|
2953
|
March 1, 2024
|
Is creating a PostgreSQL notifications process per user per Phoenix channel a good approach?
|
|
3
|
409
|
February 25, 2024
|
How to share a list of votes between multiple logged-in users without saving them into the database?
|
|
3
|
303
|
February 9, 2024
|
Channel & presence: client leave and rejoin a room successfully, but other client in this room can't receive notification
|
|
2
|
229
|
February 1, 2024
|
How can I test a function that has been called
|
|
10
|
11142
|
January 10, 2024
|
Why would I pick Phoenix Channels over a GraphQL API, or the other way around?
|
|
2
|
439
|
October 11, 2023
|
Need help linking a phoenix LiveView to a phoenix channel
|
|
23
|
1349
|
September 22, 2023
|
Is it possible to use a regex pattern in check_origin of a websocket?
|
|
1
|
567
|
September 13, 2023
|
When might you have multiple socket handlers?
|
|
1
|
369
|
August 23, 2023
|
How to list all the connected sockets, or to track them
|
|
7
|
2766
|
July 20, 2023
|
How to connect Phoenix Channels in Postman
|
|
4
|
1816
|
July 13, 2023
|
What response is sent on channel.join in Phoenix channels?
|
|
3
|
1427
|
July 11, 2023
|
Pushing data from LiveView to Channel over PubSub?
|
|
2
|
410
|
June 25, 2023
|