Latest #websockets Threads Top

filipecabaco
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
ryanrborn
Wrote up a comparison of the four broker APIs I’ve integrated into the same Elixir trading system — TradeStation, Tradovate, ThinkOrSwim,...
New
mwhitworth
I’m excited to share reverse_proxy_plug_websocket, a library for reverse proxying websocket connections in Elixir. This idea grew out of...
New
aloukissas
I’m using absinthe with absinthe-graphql-ws and cowboy + ranch + phoenix in production. Looking at LiveDashboard, I often see that there ...
New
pascal1
Hello everyone, I created websocket_mock - a library to test WebSocket based interfaces of clients and servers. It allows to preconfigu...
New
elvanja
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
jswanner
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket. resp = Req.new(connect_options: ...
New
Sanjibukai
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
MarthinL
Pardon the dumb question, but when the LiveView JavaScript establishes its web socket (apparently by upgrading the regular HTTP GET reque...
New
lkuty
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 Top

This Month's Trending Top

This Year's Trending Top

ChristophK
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
MarthinL
Pardon the dumb question, but when the LiveView JavaScript establishes its web socket (apparently by upgrading the regular HTTP GET reque...
New
filipecabaco
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
vipulbhj
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
andarotajo
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
Sanjibukai
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
lkuty
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
mwhitworth
I’m excited to share reverse_proxy_plug_websocket, a library for reverse proxying websocket connections in Elixir. This idea grew out of...
New
jswanner
I’ve release ReqWebSocket, a Req plugin for establishing WebSocket connections, using Mint.WebSocket. resp = Req.new(connect_options: ...
New
ryanrborn
Wrote up a comparison of the four broker APIs I’ve integrated into the same Elixir trading system — TradeStation, Tradovate, ThinkOrSwim,...
New
pascal1
Hello everyone, I created websocket_mock - a library to test WebSocket based interfaces of clients and servers. It allows to preconfigu...
New
elvanja
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
aloukissas
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 Top

ianc
I want to disable websockets in my browser (e.g Chrome, Firefox, etc) to experience the JS fallback (longPoll) in my LiveView application...
New
NobbZ
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
entone
ExARI https://github.com/CityBaseInc/ex_ari An Elixir library for interfacing with Asterisk using the ARI protocol. Be sure to check ou...
New
julngomz
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
the-mikedavis
We @ NFIBrokerage use websockets and Phoenix.Channels fairly extensively in production, serving well over 100k connections a week. When ...
New
krayder
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
drozdzynski
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
arrowsmith
The default Phoenix Endpoint configures a mount-point for both a websocket and long polling: defmodule MyAppWeb.Endpoint do … socke...
New
code
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
bismark
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
peppy
My Apache setup is like this: ## MAIN WEBSITE ## <VirtualHost *:443> ServerAdmin admin@mywebsite.com ServerName www.mywebsit...
New
the-mikedavis
Mint.WebSocket (github) (hex) is a library built on the awesome Mint (github) (hex) functional HTTP client. Mint.WebSocket extends Mint’...
New
jstone
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
Kin
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
tommaso
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 Top

LegitStack
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
archimondain
I receive the error Error during WebSocket handshake: Unexpected response code: 500 in my browser. The Phoenix code is defmodule Synt...
New
Owens
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
svilen
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
Owens
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
tmbb
PhoenixWS - Websockets over Phoenix Channels Source code on Github here: GitHub - tmbb/phoenix_ws: Websockets implemented over Phoenix Ch...
New
Emily
I need to setup communication between VueJS & Elixir Modules. I’m told my options are AJAX & Websocket. The app will be standal...
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
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
aschafers
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
Thibault
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
Logan
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
vlad.grb
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
engineeringdept
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
chanon
I am using something like this to to handle Websocket requests: def handle_in("new_msg", data, socket) do # do something with dat...
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