{"id":13678361,"url":"https://github.com/Quobject/SocketIoClientDotNet","last_synced_at":"2025-04-29T13:30:41.725Z","repository":{"id":21234154,"uuid":"24549457","full_name":"Quobject/SocketIoClientDotNet","owner":"Quobject","description":"Socket.IO Client Library for .Net","archived":false,"fork":false,"pushed_at":"2020-08-20T11:22:56.000Z","size":14285,"stargazers_count":791,"open_issues_count":61,"forks_count":248,"subscribers_count":68,"default_branch":"master","last_synced_at":"2024-10-04T10:35:22.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"antonioribeiro/firewall","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quobject.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-28T03:44:21.000Z","updated_at":"2024-09-03T12:15:45.000Z","dependencies_parsed_at":"2022-09-09T05:10:49.522Z","dependency_job_id":null,"html_url":"https://github.com/Quobject/SocketIoClientDotNet","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FSocketIoClientDotNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FSocketIoClientDotNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FSocketIoClientDotNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FSocketIoClientDotNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quobject","download_url":"https://codeload.github.com/Quobject/SocketIoClientDotNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224099715,"owners_count":17255577,"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-08-02T13:00:52.781Z","updated_at":"2024-11-11T20:31:29.965Z","avatar_url":"https://github.com/Quobject.png","language":"C#","readme":"# THIS PROJECT IS DEPRECATED\nComponent is not maintained anymore. See https://github.com/Quobject/EngineIoClientDotNet/issues/69 for more information.\n\n#### SocketIoClientDotNet\n====================\n\nSocket.IO Client Library for .Net\n\n* NuGet Package: [![SocketIoClientDotNet](https://img.shields.io/nuget/v/SocketIoClientDotNet.svg?maxAge=2592000)](https://www.nuget.org/packages/SocketIoClientDotNet/)\n\nThis is the Socket.IO Client Library for C#, which is ported from the [JavaScript client](https://github.com/Automattic/socket.io-client) version [1.1.0](https://github.com/socketio/socket.io-client/releases/tag/1.1.0).\n\nSee also: [EngineIoClientDotNet](https://github.com/Quobject/EngineIoClientDotNet)\n\n#### Installation\n[Nuget install](https://www.nuget.org/packages/SocketIoClientDotNet/):\n```\nInstall-Package SocketIoClientDotNet\n```\n\n#### Usage\nSocketIoClientDotNet has a similar api to those of the [JavaScript client](https://github.com/Automattic/socket.io-client).\n\n```cs\nusing Quobject.SocketIoClientDotNet.Client;\n\nvar socket = IO.Socket(\"http://localhost\");\nsocket.On(Socket.EVENT_CONNECT, () =\u003e\n{\n\tsocket.Emit(\"hi\");\n\t\n});\n\nsocket.On(\"hi\", (data) =\u003e\n\t{\n\t\tConsole.WriteLine(data);\n\t\tsocket.Disconnect();\n\t});\nConsole.ReadLine();\n```\n\nMore examples can be found in [unit tests](https://github.com/Quobject/SocketIoClientDotNet/blob/master/Src/SocketIoClientDotNet.Tests.net45/ClientTests/ServerConnectionTest.cs) acting against the [test server](https://github.com/Quobject/SocketIoClientDotNet/blob/master/TestServer/server.js).\n\n#### Features\nThis library supports all of the features the JS client does, including events, options and upgrading transport.\n\n#### Framework Versions\n.NETFramework v3.5, .NETFramework v4.0, .NETFramework v4.5\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","funding_links":[],"categories":["NetWork","Open Source Repositories","C\\#","Open Source Packages"],"sub_categories":["Networking"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuobject%2FSocketIoClientDotNet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FQuobject%2FSocketIoClientDotNet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FQuobject%2FSocketIoClientDotNet/lists"}