Latest #websockets Threads 
Hi everyone,
I’ve been working on Francis, a lightweight framework built on top of Plug and Bandit that tries to get you from idea to a ...
New
Wrote up a comparison of the four broker APIs I’ve integrated into the same Elixir trading system — TradeStation, Tradovate, ThinkOrSwim,...
New
I’m excited to share reverse_proxy_plug_websocket, a library for reverse proxying websocket connections in Elixir.
This idea grew out of...
New
I’m using absinthe with absinthe-graphql-ws and cowboy + ranch + phoenix in production. Looking at LiveDashboard, I often see that there ...
New
Hello everyone,
I created websocket_mock - a library to test WebSocket based interfaces of clients and servers.
It allows to preconfigu...
New
So this is the mile high view of the problem to solve:
“legacy” live view app (a stand alone deployment) does not know how to authentic...
New
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket.
resp =
Req.new(connect_options: ...
New
Hi there,
I’m testing Phoenix Websocket by using this simple echo server example from the doc: Phoenix.Socket.Transport — Phoenix v1.8.8...
New
Pardon the dumb question, but when the LiveView JavaScript establishes its web socket (apparently by upgrading the regular HTTP GET reque...
New
Hello folks, I couldn’t find information regarding this. Maybe there is a package for Req to make WebSocket requests or since it is built...
New
This Week's Trending
This Month's Trending
This Year's Trending
I have an app where we allow parts of the app to be embedded into other pages. This all works in Chrome, Firefox but not in Safari. In Sa...
New
Pardon the dumb question, but when the LiveView JavaScript establishes its web socket (apparently by upgrading the regular HTTP GET reque...
New
Hi everyone,
I’ve been working on Francis, a lightweight framework built on top of Plug and Bandit that tries to get you from idea to a ...
New
Hello, I am trying to build a Backend system in Phoenix, this is mostly APIs but needs Websockets for a chat interface.
I researched a b...
New
Hello, I’m very new to Elixir and looking to get started on a little project I’m interested in. Inspired by this blog post I’d like to bu...
New
Hi there,
I’m testing Phoenix Websocket by using this simple echo server example from the doc: Phoenix.Socket.Transport — Phoenix v1.8.8...
New
Hello folks, I couldn’t find information regarding this. Maybe there is a package for Req to make WebSocket requests or since it is built...
New
I’m excited to share reverse_proxy_plug_websocket, a library for reverse proxying websocket connections in Elixir.
This idea grew out of...
New
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket.
resp =
Req.new(connect_options: ...
New
Wrote up a comparison of the four broker APIs I’ve integrated into the same Elixir trading system — TradeStation, Tradovate, ThinkOrSwim,...
New
Hello everyone,
I created websocket_mock - a library to test WebSocket based interfaces of clients and servers.
It allows to preconfigu...
New
So this is the mile high view of the problem to solve:
“legacy” live view app (a stand alone deployment) does not know how to authentic...
New
I’m using absinthe with absinthe-graphql-ws and cowboy + ranch + phoenix in production. Looking at LiveDashboard, I often see that there ...
New
Last Three Year's Trending
I want to disable websockets in my browser (e.g Chrome, Firefox, etc) to experience the JS fallback (longPoll) in my LiveView application...
New
As we are currently evaluating server side technologies and I’m in the position to push elixir in my company here, I want to re-implement...
New
ExARI
https://github.com/CityBaseInc/ex_ari
An Elixir library for interfacing with Asterisk using the ARI protocol.
Be sure to check ou...
New
Hello All,
I need some clarifications on using WebSockets and Pub/Sub in/with Phoenix LiveView.
I have the example working where I can ...
New
We @ NFIBrokerage use websockets and Phoenix.Channels fairly extensively in production, serving well over 100k connections a week.
When ...
New
Hello, im trying to connect websocket for using absinthe subscriptions, but i have a error in google chrome because of this header “Sec-W...
New
Storex is a frontend store with state management handled on the backend. It allows you to update the store state both from the frontend a...
New
The default Phoenix Endpoint configures a mount-point for both a websocket and long polling:
defmodule MyAppWeb.Endpoint do
…
socke...
New
Hello.
I am looking for a library that will help me build a WebSocket client, I’ve found WebSockex but it seems to be abandoned. I just ...
New
We’re attempting to make our deployment process a little less… disruptive, so we’d like to find a way of manually draining all open webso...
New
My Apache setup is like this:
## MAIN WEBSITE ##
<VirtualHost *:443>
ServerAdmin admin@mywebsite.com
ServerName www.mywebsit...
New
Mint.WebSocket (github) (hex) is a library built on the awesome Mint (github) (hex) functional HTTP client.
Mint.WebSocket extends Mint’...
New
Im receiving this error when try to deploy to digital ocean as production(Please don’t ask to use gigalixir / fly as this is client requi...
New
I am new to Phoenix keep but I keep hearing that there is an issue with websockets when you are on a bad internet - mostly mobile phones ...
New
Hello Folks!
I am deploying a small test project using Dokku and DigitalOcean, but I’m not able to get the LiveView working properly eve...
New
Trending Over Three Years
I’m trying to make a websocket server in Phoenix or raw Elixir. I heard about gun, I think I could use cowboy, but since I’m not that sma...
New
I receive the error
Error during WebSocket handshake: Unexpected response code: 500
in my browser.
The Phoenix code is
defmodule Synt...
New
Hello all, I am developing a new mobile app with Flutter frontend and Phoenix backend. The mobile app has real-time task management and c...
New
Hi everyone!
A colleague of mine asked this question on StackOverflow, but since he still hasn’t got a solution, I decided to post it he...
New
Lot’s of people are aware that, historically, Heroku is not a good choice for apps that use Websockets. I’m wondering if this has changed...
New
PhoenixWS - Websockets over Phoenix Channels
Source code on Github here: GitHub - tmbb/phoenix_ws: Websockets implemented over Phoenix Ch...
New
I need to setup communication between VueJS & Elixir Modules. I’m told my options are AJAX & Websocket.
The app will be standal...
New
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
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
Hello,
My question: Is it possible to use the phoenix.js file in other project.
Actualy i want build a websocket server with phoenix an...
New
Hi,
I used liveviews for a website. Everything works fine and the technology is really great. But I’m running into troubles with some cu...
New
Here is an example of a Mix application that utilizes Cowboy to handle websocket connections. If anyone has an idea about making this wor...
New
I checked on the forum but still didn’t find a response
Is there any way to send a push to socket without channels. LIke my UserSocket i...
New
We’re currently using LiveView for part of our admin system, and getting on well with it.
I’m interested in potentially expanding to par...
New
I am using something like this to to handle Websocket requests:
def handle_in("new_msg", data, socket) do
# do something with dat...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #javascript
- #code-sync
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








