From d52532b7be95291451823f12ac5056211f6b0003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E5=BF=83=E7=A6=BE=20Wang=2C=20Xinhe?= Date: Fri, 15 Jan 2021 07:37:40 +0800 Subject: [PATCH] docs: add other client implementations (#3593) Reference: https://socket.io/docs/#Other-client-implementations --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 40eced5a57..c25ce951ef 100644 --- a/Readme.md +++ b/Readme.md @@ -1,4 +1,3 @@ - # socket.io [![Run on Repl.it](https://repl.it/badge/github/socketio/socket.io)](https://repl.it/github/socketio/socket.io) [![Backers on Open Collective](https://opencollective.com/socketio/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/socketio/sponsors/badge.svg)](#sponsors) @@ -22,6 +21,8 @@ Some implementations in other languages are also available: - [C++](https://github.com/socketio/socket.io-client-cpp) - [Swift](https://github.com/socketio/socket.io-client-swift) - [Dart](https://github.com/rikulo/socket.io-client-dart) +- [Python](https://github.com/miguelgrinberg/python-socketio) +- [.Net](https://github.com/Quobject/SocketIoClientDotNet) Its main features are: