3 posts tagged with "websocket"
Raderbot — Rust Trading Bot
A Rust-based trading bot connecting to Binance / BingX WebSocket APIs for live market data (kline, ticker, trade streams), position management, and algorithmic strategies — exposed through an Actix Web REST API and static UI on `localhost:3000`.
Mar 5, 2024
Rust Chess — Full-Stack Chess Application in Rust
A comprehensive full-stack chess application written entirely in Rust. The chess engine compiles to WebAssembly for high-performance in-browser move generation and validation, while the Actix-web backend provides real-time WebSocket communication for online multiplayer games, chat rooms, and session management. The frontend is built with Gatsby.js and React, consuming the WASM chess library for instant board evaluation.
Nov 19, 2023
Chat I/O — Real-Time Web Chat Application
A real-time web chat application built with Flask and Socket.IO. Enables users to create private chat rooms and communicate instantly via WebSocket connections. Features persistent login through browser local storage and Handlebars.js templating for dynamic UI rendering.
Nov 30, 2019