2 posts tagged with "actix-web"
Orion Chain — Custom Blockchain in Rust
A feature-rich blockchain implementation written in Rust, featuring a custom TCP-based peer-to-peer communication protocol, ECDSA cryptographic signing (k256/p256 curves), RocksDB persistent storage, an Actix-web HTTP API, and a validator runtime for executing transactions. Designed as a full-node platform for decentralized applications with 55 source files across 7 modules.
Aug 23, 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