diff --git a/README.md b/README.md index 75cd9f4..fa99799 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ A curated list of WebSockets related principles and technologies. - [Starlette](https://www.starlette.io/websockets/) - [Simple Http Server](https://github.com/keijack/python-simple-http-server) A simple HTTP server, including support of numerous websocket events like `on_text_message`, `on_binary_message` etc. And even `on_binary_frame`. - [Picows](https://picows.readthedocs.io/en/stable/) - Ultra-fast WebSocket client and server library for asyncio. +- [DeepAlpha](https://github.com/stefanoviana/deepalpha) - AI crypto trading bot that uses WebSocket connections to 12 exchanges for real-time market data streaming and order execution via CCXT. - [WebRockets](https://github.com/ploMP4/webrockets) - Rust-powered WebSocket server with Django integration, message pattern matching, Pydantic validation, and more. ### R