Azolo/websockex

An Elixir Websocket Client

Elixirelixirwebsocketwebsocket-client
This is stars and forks stats for /Azolo/websockex repository. As of 10 May, 2024 this repository has 478 stars and 91 forks.

WebSockex An Elixir Websocket Client. A simple implementation could be defmodule WebSocketExample do use WebSockex def start_link(url, state) do WebSockex.start_link(url, __MODULE__, state) end def handle_frame({type, msg}, state) do IO.puts "Received Message - Type: #{inspect type} -- Message: #{inspect msg}" {:ok, state} end def handle_cast({:send, {type, msg} = frame}, state) do IO.puts "Sending #{type} frame with payload: #{msg}" {:reply, frame, state} end end See...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
rum-and-code/elixir-utilsElixir1000
elixir-tools/gen_lspElixirShell75070
adoptoposs/adoptopossElixirHTMLJavaScript1270130
membraneframework/membrane_video_compositor_pluginElixirRustWGSL8000
zeam-vm/pelemay_backendElixirMakefile19000
dwyl/phoenix-todo-list-tutorialElixirCSSHTML1660160
sevtin/larkGoLuaShell46001050
discord-jda/JDAJava3.9k07070
peapescarte/pescarte-plataformaElixirNixSCSS10060
ScenicFramework/scenic_clockElixir4030