From: iddqd Date: Wed, 31 Dec 2025 08:43:47 +0000 (+0300) Subject: Update third-party-packages.md (#3083) X-Git-Tag: 0.51.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f75ee971cb81a8041183f442f6e1bb4e34518b3;p=thirdparty%2Fstarlette.git Update third-party-packages.md (#3083) --- diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 4f56e3768..55d8fb12f 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -21,10 +21,10 @@ The ultimate Python library in building OAuth and OpenID Connect clients and ser ### ChannelBox -GitHub +GitHub Repository -Another solution for websocket broadcast. Send messages to channel groups from any part of your code. -Checkout MySimpleChat, 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