I needed a performant WebSockets library for an existing Python app but couldn't find one that provided good performance, a nice API, and integrated easily with existing frameworks (Django in my case). So I built my own. The core is written in Rust for performance, with a decorator-based API, pattern matching for messages, Pydantic validation, and built-in Django support.
2 comments
Show HN: WebRockets – Rust-powered WebSockets library for Python | Heykuki News