WeSearch
Hub / Tags / Websockets
TAG · #WEBSOCKETS

Websockets coverage.

Every story in the WeSearch catalog tagged with #websockets, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

11 stories tagged with #websockets, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Websockets"

RELATED TAGS
#python3#redis1#real-time-apis1#lua1#debugging1#tcp1#real-time-data1#binance1#mixa-dev1#javascript1#frontend1#performance1
DEV.TO (TOP)

Fetching Real-Time Polymarket Data Using WebSockets: Building a Faster Polymarket Trading Bot with Polymarket V2

Prediction markets move quickly. A major news event, election update, economic report, or sports...…

7 views ·
#polymarket#trading
DEV.TO (TOP)

How I Built a Real-Time Quiz Platform with Next.js, WebSockets, and Learning Science

A deep dive into building Quizotic: real-time quiz rooms with Next.js 15, Socket.IO, Prisma, and a Bloom Taxonomy engine that turns quiz results into actionable learning reports.…

9 views ·
#edtech#webdevelopment#learning
DEV.TO (TOP)

Stop Using WebSockets for Everything 🚨

When developers hear "real-time communication," the first thing that comes to mind is usually...…

7 views ·
#webdev#programming#javascript
DEV.TO (TOP)

Why your AI chat reconnects but your session doesn't

TL;DR: WebSockets are the right protocol for production AI chat. But the connection is stateless at...…

17 views ·
#ai#architecture
DEV.TO (TOP)

#1 Why I Chose Polling Over WebSockets for File Processing?

While building a file conversion and sharing app, I needed a way to show users the status of their...…

11 views ·
#architecture#backend#webdev
CENTRIFUGAL

Recreating a Two Million Particle World at 30 Hz over WebSocket with Centrifugo

Recreating David Gerrells' 2M-particle multiplayer simulation on top of Centrifugo WebSocket protocol. The naive single channel fanout balloons each tick from 129KB to 605KB. We ex…

14 views ·
#technology#simulation
/DEV/KNILL

AI token streaming isn't about SSE vs. WebSockets

It's about what works in demos and what works in production, and how much you have to build and maintain.…

12 views ·
#ai#streaming#technology
DEV.TO (TOP)

𝗛𝗼𝘄 𝗱𝗼 𝘆𝗼𝘂 𝗽𝗿𝗲𝘃𝗲𝗻𝘁 𝗨𝗜 𝗹𝗮𝗴 𝘄𝗵𝗲𝗻 𝗿𝗲𝗰𝗲𝗶𝘃𝗶𝗻𝗴 𝗼𝘃𝗲𝗿 𝟭𝟬𝟬 𝗪𝗲𝗯𝗦𝗼𝗰𝗸𝗲𝘁 𝗲𝘃𝗲𝗻𝘁𝘀 𝗽𝗲𝗿 𝘀𝗲𝗰𝗼𝗻𝗱?

"𝗛𝗼𝘄 𝗱𝗼 𝘆𝗼𝘂 𝗽𝗿𝗲𝘃𝗲𝗻𝘁 𝗨𝗜 𝗹𝗮𝗴 𝘄𝗵𝗲𝗻 𝗿𝗲𝗰𝗲𝗶𝘃𝗶𝗻𝗴 𝗼𝘃𝗲𝗿 𝟭𝟬𝟬 𝗪𝗲𝗯𝗦𝗼𝗰𝗸𝗲𝘁 𝗲𝘃𝗲𝗻𝘁𝘀 𝗽𝗲𝗿 𝘀𝗲𝗰𝗼𝗻𝗱?" They clarified that...…

13 views ·
#javascript#frontend
DEV.TO (TOP)

Your WebSocket says "connected" but stopped sending data. Here's the bug TCP keepalive can't catch.

Two weeks ago, my crypto signal API silently failed for 22 hours. No errors. No exceptions. No...…

11 views ·
#debugging#tcp
DEV.TO (TOP)

Real-Time APIs Are Simpler Than You Think: Redis, Lua, and 4k Updates/sec

1. Intro — The Problem We Actually Had Building real-time systems is often presented as a...…

15 views ·
#redis#real-time apis#lua
DEV COMMUNITY

Stop Defaulting to WebSockets: A Practical Guide to SSE, Polling, and Knowing When You Actually Need Them

A post by AttractivePenguin…

9 views ·
#web development#javascript#real-time communication