This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

kasvith
i dont understand how phoenix presence works in the examples defmodule MyAppWeb.MyChannel do use MyAppWeb, :channel alias MyAppWeb....
New
rhcarvalho
I’m investigating LiveView JS client errors when the Socket/LiveSocket throws failed with reason: {"reason":"unmatched topic"}. I modifi...
New

Last Three Year's Trending Top

boriscy
I have this code in my controller def create(conn, %{"order" => order_params}) do order_params = get_params(conn, order_params...
New
anurag.peshne
Hello, I'm new to Phoenix and I'm following this tutorial https://hexdocs.pm/phoenix/channels.html to implement something similar to chat...
New
pejrich
I’m developing an app, and I think my client is creating too many socket/channel connection, so I decided to setup some watchers. I follo...
New
arjan
In some corporate environments we’re experiencing that WebSocket transport is not working, because it is blocked by a proxy. The longpoll...
New
cadebward
Hey everyone! I’m struggling to get Phoenix.Presence to scale up sufficiently for our needs. I feel like Presence might be overkill in t...
New
coop
I am wanting to build a dashboard that shows the number of users connected to each topic per node so I can visualise the distribution of ...
New
shahryarjb
Hi friends, It is my first experience to work with Phoenix Channels, so I have read some documents, but I want to test my socket with po...
New
thomasdola
Hey guys first post here! It seems that I’m missing something because I can’t get this problem to work. I have a simple controller when...
New
perceval62
I’m relatively new to phoenix, so I may not have the vocabulary to express myself clearly. I ended up maintaining as a junior a phoenix ...
New
curioustolearn
Hello, I am trying to learn how to use Phoenix Channels and trying out the code in the documentation. I tried the following on the clien...
New
Pistrie
In Corsica I can use a regex pattern for my CORS list, but when checking the Phoenix.Channels documentation I don’t see any mention of th...
New
xoron
When ever a user connect to our phoenix channel like user join a channel when he login and leave channel when logout.So whenever it join ...
New
denvaar
One thing about Phoenix Channels that I’ve never really understood is the purpose of Phoenix.Socket. From the docs and guides, I simply u...
New
marceloandrader
Hi there, I have a PHP app (it’s big can’t migrate it to elixir) so for pseudo real time communications, I’m using a request that uses S...
New
Pistrie
I can sort of ‘feel’ when I should use one over the other, but I’m interested in a more merit-based approach when picking between the two.
New

Trending Over Three Years Top

jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
praveenperera
I’ve been trying load test of phoenix channels for an app I’ve been working on for a client. I’m using tsung to do so. I’m struggling to ...
New
Loustak
Hello, I’m trying to use channels and sockets on phoenix. Here is what I have to handle sockets: channel "discussion:*", Flux.Discus...
New
alex88
Is there a way to send a message to a specific user without having to join a channel client side? Especially without having to create a c...
New
idi527
I would like to implement a banned feature in a chat and I think the easiest way would be to somehow put %{banned_in: ["chat:1", "chat:4"...
New
quda
I am trying to develop a small websocket API (as a testbed first) but without using the Phoenix frontend (that socket.js). I need it to c...
New
shosti
I have a socket/channel setup with some custom authentication logic. If the authentication fails, it shows an error message to the user (...
New
vertti
I'm building a sort of highly customized chat application with Phoenix, with some functionality similar with XMPP MUC. Now, I have both...
New
WalkPhoneGo
I need to know whether the client is online, when WiFi is down. The server should know it immediately. Can anyone tell me an elegant sol...
New
railsmechanic
Hi alchemists! Currently we're using server sent events (SSE/Eventsource) to notify client applications (written in Go) about model cha...
New
ericlathrop
I've got an umbrella app with a Phoenix app, and some vanilla elixir apps. Is there a way to broadcast to a Phoenix channel from a vanill...
New
arnodirlam
We have a use case where we want to route an incoming call to all online users within a channel ("lobby"). Each of these users ("candidat...
New
why
I noticed there are two broadcast/3 functions available in different modules: MyApp.Endpoint.broadcast(topic, event, message) Docs: “Br...
New
kerryb
Hi, I use sobelow to highlight potential security issues, and the latest version has started warning if no content-security-policy head...
New
nishanthg92
Can i use elixir channels to push notification to android or IOS device like how google firebase do??
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement