{"id":13452305,"url":"https://github.com/SocketCluster/client-drivers","last_synced_at":"2025-03-23T19:34:02.704Z","repository":{"id":66212989,"uuid":"68441040","full_name":"SocketCluster/client-drivers","owner":"SocketCluster","description":"List of SocketCluster clients","archived":false,"fork":false,"pushed_at":"2023-01-26T23:10:35.000Z","size":24,"stargazers_count":45,"open_issues_count":5,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-05T20:56:49.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SocketCluster.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-17T08:32:33.000Z","updated_at":"2023-10-16T16:58:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef798a80-7a49-4ef8-b3e8-a0727b068049","html_url":"https://github.com/SocketCluster/client-drivers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SocketCluster%2Fclient-drivers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SocketCluster%2Fclient-drivers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SocketCluster%2Fclient-drivers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SocketCluster%2Fclient-drivers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SocketCluster","download_url":"https://codeload.github.com/SocketCluster/client-drivers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245159266,"owners_count":20570352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T07:01:20.081Z","updated_at":"2025-03-23T19:34:02.286Z","avatar_url":"https://github.com/SocketCluster.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Curated list of clients for SocketCluster\n\nThis is the list of SocketCluster client drivers for various languages and/or operating systems.\n\nIf you wrote an open source SC client and would like to add it to this list, you should submit a PR with\nthe name of your client, GitHub repo URL, language/platform and the original author's GitHub username (follow the convention).\n\nNote that the official JavaScript `socketcluster-client` offers a number of features - Third-party clients\nmay not necessarily support all these features - For this reason, we think it's important to classify\nclients into different levels based on what features they offer.\nNote that each level builds on top of the previous one; so a client cannot be considered L3 unless it implements all the required features of both L1 and L2.\n\nThe levels are:\n\n- L1: Support for emitting and listening to remote events (without automatic reconnection).\n- L2: Automatic reconnection\n- L3: Pub/sub\n- L4: Authentication (JWT)\n\nFeedback on existing clients is welcome.\n\n---\n\n## List of clients\n\n**socketcluster-client (Official client)**  \nLanguage: **JavaScript**  \nPlatform: **Web browsers, Node.js**  \nLevel: **L4**  \nAuthors: [jondubois](https://github.com/jondubois)  \nRepo: https://github.com/SocketCluster/socketcluster-client\n\n**socketcluster-client-java (Official Android client)**  \nLanguage: **Java**  \nPlatform: **Any Java platform (including Android)**  \nLevel: **L4**  \nAuthors: [sacOO7](https://github.com/sacOO7)  \nRepo: https://github.com/sacOO7/socketcluster-client-java\n\n**socketcluster-client-swift (Official iOS client)**  \nLanguage: **Swift**  \nPlatform: **iOS**  \nLevel: **L4**  \nAuthors: [sacOO7](https://github.com/sacOO7)  \nRepo: https://github.com/sacOO7/socketcluster-client-swift\n\n**SocketCluster-ios-client**  \nLanguage: **Objective-C**  \nPlatform: **iOS**  \nLevel: **L4**  \nAuthors: [abpopov](https://github.com/abpopov)  \nRepo: https://github.com/abpopov/SocketCluster-ios-client\n\n**socketcluster-client-python (Official Python client)**  \nLanguage: **Python**  \nPlatform: **Any Python platform**  \nLevel: **L4**  \nAuthors: [sacOO7](https://github.com/sacOO7)  \nRepo: https://github.com/sacOO7/socketcluster-client-python\n\n**socketcluster-client-dot-net (Official .NET client)**  \nLanguage: **C#**  \nPlatform: **.NET, Mono, Silverlight, WindowsPhone, Xamarin.Android, Xamarin.iOS, any .NET platform**  \nLevel: **L4**  \nAuthors: [sacOO7](https://github.com/sacOO7)  \nRepo: https://github.com/sacOO7/SocketclusterClientDotNet\n\n**PureSocketCluster (.NET Core NetStandard client)**  \nLanguage: **C#**  \nPlatform: **.NET Core, NetStandard**  \nLevel: **L4**  \nAuthors: [coinigy](https://github.com/coinigy)  \nRepo: https://github.com/coinigy/PureSocketCluster\n\n**socketcluster-client-C (Official C client)**  \nLanguage: **C**  \nPlatform: **Any platform which has a standard C compiler**  \nLevel: **L4**  \nAuthors: [sacOO7](https://github.com/sacOO7)  \nRepo: https://github.com/sacOO7/socketcluster-client-C\n\n**scio_beast**  \nLanguage: **C++11 or higher**  \nPlatform: **All**  \nLevel: **L4**  \nAuthors: [Bryan Ashby](https://github.com/NuSkooler/)  \nRepo: https://github.com/cw-zift/scio-beast\n\n**socketcluster-client-go (Official Go client)**  \nLanguage: **Go**  \nPlatform: **Any platform which has a Go compiler**  \nLevel: **L4**  \nAuthors: [sacOO7](https://github.com/sacOO7)  \nRepo: https://github.com/sacOO7/socketcluster-client-go\n\n**socketcluster-client-ruby (Official Ruby client)**  \nLanguage: **Ruby**  \nPlatform: **Any platform which has Ruby \u003e= 2.2.0**  \nLevel: **L4**  \nAuthors: [OpenSocket](https://github.com/OpenSocket/)  \nRepo: https://github.com/OpenSocket/socketcluster-client-ruby\n\n**Unreal Engine Client (Official UE4 client)**  \nLanguage: **C++ \u0026\u0026 UE Blueprints**  \nPlatform: **Any platform with C++ compiler and has UE4 libraries installed**  \nLevel: **L4** (Currently in Beta)  \nAuthors: [ziiCreater](https://github.com/ziicreater), [inQonsole](https://github.com/inQonsole)  \nRepo: https://github.com/ziicreater/socketcluster-client-ue4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSocketCluster%2Fclient-drivers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSocketCluster%2Fclient-drivers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSocketCluster%2Fclient-drivers/lists"}