Skip to content

Commit d52532b

Browse files
authored
docs: add other client implementations (#3593)
Reference: https://socket.io/docs/#Other-client-implementations
1 parent 6b1d790 commit d52532b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# socket.io
32
[![Run on Repl.it](https://repl.it/badge/github/socketio/socket.io)](https://repl.it/github/socketio/socket.io)
43
[![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:
2221
- [C++](https://github.com/socketio/socket.io-client-cpp)
2322
- [Swift](https://github.com/socketio/socket.io-client-swift)
2423
- [Dart](https://github.com/rikulo/socket.io-client-dart)
24+
- [Python](https://github.com/miguelgrinberg/python-socketio)
25+
- [.Net](https://github.com/Quobject/SocketIoClientDotNet)
2526

2627
Its main features are:
2728

0 commit comments

Comments
 (0)