WeSearch
Hub / Tags / Websocket
TAG · #WEBSOCKET

Websocket coverage.

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

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

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

RELATED TAGS
#websockets6#python3#development3#redis2#debugging2#webdev2#technology2#ai2#architecture2#real-time-apis1#lua1#tcp1
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...…

8 views ·
#polymarket#trading#websockets
DEV.TO (TOP)

Building a Real-Time WebSocket-Based Chat Server with Rust and WASM

Building a Real-Time WebSocket-Based Chat Server with Rust and WASM Building a...…

5 views ·
#rust#wasm
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.…

10 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...…

8 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...…

18 views ·
#websockets#ai#architecture
DEV.TO (TOP)

The Hard Part of Building a Realtime Binary Options Platform Was Not the Chart

From 2018 to 2024 I designed and implemented a production-deployed realtime binary options trading...…

21 views ·
#fintech#architecture
DEV.TO (TOP)

How to Test WebSocket Connections Online in 2026 — A Debugging Field Guide

TL;DR You don't need Postman or a paid tool to test WebSockets. In 2026, the four tools...…

14 views ·
#development#debugging
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...…

12 views ·
#architecture#backend#webdev
DEV.TO (TOP)

Building a Real-Time Collaborative Task Board: How Gemini Helped Me Build for the Google I/O Challenge 2026 🚀

A deep dive into building a seamless, high-fidelity collaborative Kanban board with Live Cursor tracking, workspace chat, and real-time state synchronization using React, Express, …

14 views ·
#googleio2026#webdev
DEV.TO (TOP)

How I Built a Real-Time Precious Metals Price Feed for 30,000 Concurrent Users in Laravel

How I Built a Real-Time Precious Metals Price Feed for 30,000 Concurrent Users in...…

13 views ·
#laravel#redis
DEV.TO (TOP)

Building an outbound-only WebSocket bridge for local AI agents

How I connected Claude, Copilot, and Gemini to a cloud control plane without opening a single port — and why the design matters for trust.…

12 views ·
#ai#node
DEV.TO (TOP)

Building a Live Solana TPS Meter with OrbitFlare's TypeScript SDK

Every Solana dashboard tells you the network's TPS. None of them tell you how busy the one program...…

15 views ·
#blockchain#solana
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…

15 views ·
#technology#websockets#simulation
R/RUST

helius-stream: 408 SLoC Solana WebSocket client — built because pulling solana-client for account subs brings 200+ transitive deps

12 views ·
/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.…

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

Dealing with WebSocket in Dart

WebSocket is a protocol created more than 10 years ago offering a bidirectional communication channel...…

13 views ·
#dart#webdev
DEV.TO (TOP)

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

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

14 views ·
#websockets#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...…

12 views ·
#websockets#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...…

16 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