(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
- Updated
Dec 26, 2022 - HTML
WebSocket is a computer communications protocol, providing full-duplex communication channels for interaction between a web browser (or other client application) and a web server over a single TCP connection. The WebSocket protocol allows for sending messages to a server and receiving event-driven responses without having to poll the server for a reply, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open. In this way, a two-way ongoing conversation can take place between the client and the server.
(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
Examples for learning how Colyseus works
LangChain LLM chat with streaming response over websockets
Connect the Loxone Miniserver to node-red via the Websocket API
Trading View Chart integrated with Binance API using React.js
WebSockets Standard
A Python application designed to stream hardware encoded h.264 from a Raspberry Pi directly to a browser.
A server and client for a multiplayer browser game. Server in node.js, game in javascript with phaser and using socket.io for websockets.
High performance websocket client in ANSI C
Example of running async tasks in spring with progress in web
Example of real-time time-series data streaming from Python/FastAPI application using WebSockets
Tutorial on real-time data visualization. Python websocket server & d3.js + crossfilter.js frontend
Rápida transferência de dados, sem necessidade de instalações ou cadastros
Online synchronized video player / chat app crudely hacked together for fun ![]()
Jumpstart multiple WebSocket servers quickly
A simple utility for testing and debug websocket interaction with servers
Websocket controlled Video Overlay server for OBS-Studio, XSplit, CasparCG, ProPresenter and everything with web browser.
Documentation of the Beyond Code package.
Extremely simple example of websockets using Python/Perl (server-side) and Javascript (client-side)
Created by Michael Carter, Ian Hickson