]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Update third-party-packages.md (#3083)
authoriddqd <mail.asobolev@yandex.ru>
Wed, 31 Dec 2025 08:43:47 +0000 (11:43 +0300)
committerGitHub <noreply@github.com>
Wed, 31 Dec 2025 08:43:47 +0000 (09:43 +0100)
docs/third-party-packages.md

index 4f56e376847bf7ef91b719d76949d4d83574fe7a..55d8fb12ffd6974a1d7917ce13fdedd9ef05a816 100644 (file)
@@ -21,10 +21,10 @@ The ultimate Python library in building OAuth and OpenID Connect clients and ser
 
 ### ChannelBox
 
-<a href="https://github.com/Sobolev5/channel-box" target="_blank">GitHub</a>
+<a href="https://github.com/Sobolev5/channel-box" target="_blank">GitHub Repository</a>
 
-Another solution for websocket broadcast. Send messages to channel groups from any part of your code.
-Checkout <a href="https://channel-box.andrey-sobolev.ru/" target="_blank">MySimpleChat</a>, a simple chat application built using `channel-box` and `starlette`.
+ChannelBox is a lightweight solution for WebSocket broadcasting in ASGI applications.
+It allows sending messages to named WebSocket channel groups and integrates with Starlette and FastAPI.
 
 ### Imia