<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: WebSockets JavaScript</title><link>http://www.bing.com:80/search?q=WebSockets+JavaScript</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>WebSockets JavaScript</title><link>http://www.bing.com:80/search?q=WebSockets+JavaScript</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>WebSocket API (WebSockets) - Web APIs | MDN - MDN Web Docs</title><link>https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API</link><description>With this API, you can send messages to a server and receive responses without having to poll the server for a reply. The WebSocket API provides two alternative mechanisms for creating and using web socket connections: the WebSocket interface and the WebSocketStream interface.</description><pubDate>Tue, 25 Aug 2026 08:59:00 GMT</pubDate></item><item><title>WebSocket - Wikipedia</title><link>https://en.wikipedia.org/wiki/WebSocket</link><description>The WebSocket protocol enables full-duplex interaction between a web browser (or other client application) and a web server with lower overhead than half-duplex alternatives such as HTTP polling, facilitating real-time data transfer from and to the server.</description><pubDate>Tue, 25 Aug 2026 12:33:00 GMT</pubDate></item><item><title>WebSocket and Its Difference from HTTP - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/web-tech/what-is-web-socket-and-how-it-is-different-from-the-http/</link><description>WebSocket enables persistent, full-duplex communication between client and server for real-time data exchange. Unlike polling methods, it maintains a continuous connection, making it more efficient for frequent and instant updates. Keeps the connection open to enable continuous two-way communication between client and server.</description><pubDate>Tue, 25 Aug 2026 18:24:00 GMT</pubDate></item><item><title>WebSocket API: Events, Methods &amp; Properties</title><link>https://websocket.org/reference/websocket-api</link><description>The WebSocket API is an advanced technology that enables persistent, bidirectional, full-duplex communication channels between web clients and servers. Unlike traditional HTTP requests, WebSocket connections remain open, allowing for real-time data exchange without the overhead of HTTP polling.</description><pubDate>Mon, 24 Aug 2026 20:06:00 GMT</pubDate></item><item><title>WebSocket - Web APIs | MDN</title><link>https://developer.mozilla.org/en-US/docs/Web/API/WebSocket</link><description>The WebSocket object provides the API for creating and managing a WebSocket connection to a server, as well as for sending and receiving data on the connection. To construct a WebSocket, use the WebSocket () constructor.</description><pubDate>Tue, 25 Aug 2026 20:40:00 GMT</pubDate></item><item><title>WebSockets explained: What they are and how they work</title><link>https://ably.com/topic/websockets</link><description>But what are WebSockets, how do they work, and are they right for your application at scale? In this guide we’ll break down what WebSockets are, how they work, test their performance and help you decide if they are right for your realtime architecture.</description><pubDate>Tue, 25 Aug 2026 14:28:00 GMT</pubDate></item><item><title>websockets · PyPI</title><link>https://pypi.org/project/websockets/</link><description>websockets is a library for building WebSocket servers and clients in Python with a focus on correctness, simplicity, robustness, and performance. Built on top of asyncio, Python’s standard asynchronous I/O framework, the default implementation provides an elegant coroutine-based API.</description><pubDate>Tue, 25 Aug 2026 12:41:00 GMT</pubDate></item><item><title>WebSockets Standard</title><link>https://websockets.spec.whatwg.org/</link><description>To obtain a WebSocket connection, given a url, run these steps: Let host be url ’s host. Let port be url ’s port. Let resource name be U+002F (/), followed by the strings in url ’s path (including empty strings), if any, separated from each other by U+002F (/).</description><pubDate>Wed, 19 Aug 2026 18:31:00 GMT</pubDate></item><item><title>Socket.IO</title><link>https://socket.io/</link><description>In case the WebSocket connection is not possible, it will fall back to HTTP long-polling. And if the connection is lost, the client will automatically try to reconnect. Scale to multiple servers and send events to all connected clients with ease.</description><pubDate>Tue, 25 Aug 2026 18:39:00 GMT</pubDate></item><item><title>WebSocket.org — The independent WebSocket reference</title><link>https://websocket.org/</link><description>How modern AI systems use WebSockets — and when they don't. A WebSocket is a persistent, full-duplex communication channel over a single TCP connection defined by RFC 6455. The connection starts with an HTTP upgrade handshake, then switches to a lightweight binary frame format.</description><pubDate>Tue, 25 Aug 2026 14:28:00 GMT</pubDate></item></channel></rss>