#WebSockets
websockets are so cool
December 6, 2024 at 7:05 AM
Here is the official WebSockets logo (not joking, look it up). Notice how the two parts of the "socket" are very like loosely fit? Yeah, that's a pretty accurate description of WebSockets...
February 7, 2025 at 7:38 AM
Did you guys know that WebSockets logo looks like this?
October 22, 2024 at 1:38 PM
A web technology that feels very under-utilized: server-side events for pushing data from the server to the browser.

Much less resource intensive than websockets. And yet, many devs reach for websockets when they do not need two-way streaming!
December 16, 2024 at 3:32 PM
if websockets are so great why don't they make REST out of websockets instead
December 12, 2024 at 1:24 AM
[hot pockets jingle voice] websockets
August 26, 2025 at 11:43 PM
i should make ftp over websockets
September 12, 2023 at 2:13 AM
We have Create trains on our Minecraft server and I jokingly said "imagine if we could use our Suicas at the gates"

CC:Tweaked w/ Advanced Peripherals, websockets server in Python, and I forked an app that reads raw data from ICs

No AI code whatsoever because fuck your Claude, I can do it myself
March 27, 2026 at 6:59 PM
Today, I'll study English and Websockets 🙃👍🏾
November 4, 2024 at 10:26 AM
Oh. WebSockets was easier than I thought
May 6, 2025 at 12:54 AM
websockets + json-based custom RPC, name a more iconic duo
May 6, 2024 at 12:10 PM
web dev have gone so far 🥹 SPA in a single HTML with websockets, served with a single command "bun"
March 31, 2026 at 3:21 AM
First time trying Partykit for building realtime apps.

It's built on Cloudflare's Durable objects

Little drawing app that syncs state changes over websockets, and converts images into 32x32 grid
January 29, 2025 at 3:44 AM
pleased to see a few things in ghost's alpha features that i mentioned wanting during my migration!
January 19, 2024 at 5:47 PM
We just made public web_socket_dist: Erlang distribution over WebSockets: github.com/otp-interop/...

@elixir-lang.org #ElixirLang #Erlang
GitHub - otp-interop/web_socket_dist: Erlang distribution over WebSockets.
Erlang distribution over WebSockets. Contribute to otp-interop/web_socket_dist development by creating an account on GitHub.
github.com
June 3, 2025 at 7:01 PM
Streaming Arrow data from DuckDB to frontends via Websockets…

I’m working on a nice demo 😬
December 1, 2024 at 1:04 AM
sometimes i think about how websockets are just two computers holding hands across the internet and refusing to let go 🤝
January 31, 2026 at 11:45 PM
I built a realtime LED grid and let the internet control it. Here is the stack:

Cloudflare Durable objects

Partykit

React + Websockets

ESP32 microcontroller

3D printing

+ lots of soldering
August 22, 2025 at 5:33 PM
it's all a series of tubes (websockets)
September 17, 2025 at 10:17 PM
ATProto makes programming fun again. Here's a side project I did over the holidays, a small app that surfaces the 10 latest links to GitHub repos from the network. I learned a ton, including Go, Javascript, and a lot about websockets

vickiboykis.com/2025/01/23/y...
You can just hack on ATProto
Building a lightweight Go app on the Jetstream
vickiboykis.com
January 24, 2025 at 1:15 AM
TIL: Vercel has websockets now 🔌

Since June 22, 2026...
September 24, 2026 at 4:35 PM
#arcade #requests #numpy #websockets #playsound
#pygame #pyglet
pip installl pygame numpy requests websockets playsound 🔩
April 21, 2026 at 2:17 PM
Learn how real-time news streaming works, why WebSockets reduce repeated requests, and how they support live dashboards, alerts, monitoring tools, and modern news applications.

More info: newsdata.io/blog/websock...

#News #Application #Developers #live #streaming #Websockets
How WebSockets Enable Real-Time News Updates - Newsdata.io - Stay Updated with the Latest News API Trends
Learn how WebSockets deliver real-time news updates instantly, reduce latency, and power live news applications.
newsdata.io
September 25, 2026 at 5:49 AM
I gotta reverse-tunnel my gRPC Unix sockets over HTTP2/WebSockets streams.
June 30, 2024 at 2:47 AM
Introducing atmoq: the first implementation of an atproto relay using Media-over-QUIC instead of WebSockets! Try it out:

cargo install atmoq
atmoq firehose --ops --moq-host 'https://streamplace.network'
GitHub - streamplace/atmoq
Contribute to streamplace/atmoq development by creating an account on GitHub.
github.com
June 11, 2026 at 4:11 PM