From 1227e36f83baf935f2c1fca98b65583661ef22f1 Mon Sep 17 00:00:00 2001 From: Ramazan Polat Date: Thu, 1 Mar 2018 03:52:37 +0300 Subject: [PATCH] Added SocketCC Python Client Despite it being functional, the Official Python client was horrible to read. So without changing the functionality, I changed the coding style. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1708b5d..6be4962 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,13 @@ Level: **L4** Authors: [sacOO7](https://github.com/sacOO7) Repo: https://github.com/sacOO7/socketcluster-client-python +**socketcc (Unofficial Python3.6 client)** +Language: **Python** +Platform: **Any Python platform** +Level: **L4** +Authors: [Ramazan Polat](https://github.com/ramazanpolat) +Repo: https://github.com/ramazanpolat/socketcc + **socketcluster-client-dot-net (Official .NET client)** Language: **C#** Platform: **.NET, Mono, Silverlight, WindowsPhone, Xamarin.Android, Xamarin.iOS, any .NET platform**