You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ For **bidirectional** communication between a client and a Centrifuge-based serv
50
50
*[centrifuge-swift](https://github.com/centrifugal/centrifuge-swift) – for native iOS development
51
51
*[centrifuge-java](https://github.com/centrifugal/centrifuge-java) – for native Android development and general Java
52
52
*[centrifuge-python](https://github.com/centrifugal/centrifuge-python) - real-time SDK for Python on top of asyncio
53
+
*[WIP][centrifuge-csharp](https://github.com/centrifugal/centrifuge-csharp) - for modern .NET environments (including MAUI, Blazor, Unity)
53
54
54
55
These SDKs abstract asynchronous communication complexity from the developer: handle framing, reconnect with backoff, timeouts, multiplex channel subscriptions over single connection, etc.
0 commit comments