{"id":21377728,"url":"https://github.com/quobject/engineioclientdotnet","last_synced_at":"2025-07-13T10:31:51.638Z","repository":{"id":19547408,"uuid":"22795835","full_name":"Quobject/EngineIoClientDotNet","owner":"Quobject","description":"Engine.IO Client Library for .Net","archived":false,"fork":false,"pushed_at":"2023-02-25T05:55:02.000Z","size":1948,"stargazers_count":82,"open_issues_count":20,"forks_count":76,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-04-14T23:58:34.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"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-08-09T21:47:40.000Z","updated_at":"2023-08-01T11:06:46.000Z","dependencies_parsed_at":"2022-08-24T03:31:02.847Z","dependency_job_id":null,"html_url":"https://github.com/Quobject/EngineIoClientDotNet","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FEngineIoClientDotNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FEngineIoClientDotNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FEngineIoClientDotNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quobject%2FEngineIoClientDotNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quobject","download_url":"https://codeload.github.com/Quobject/EngineIoClientDotNet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225873222,"owners_count":17537574,"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-11-22T09:23:28.889Z","updated_at":"2024-11-22T09:23:29.436Z","avatar_url":"https://github.com/Quobject.png","language":"C#","readme":"# EngineIoClientDotNet\n\nEngine.IO Client Library for .Net\n\nFork from [https://github.com/joewen/EngineIoClientDotNet](https://github.com/joewen/EngineIoClientDotNet).\n\nThis is the Engine.IO Client Library for C#, which is ported from the [JavaScript client](https://github.com/Automattic/engine.io-client).\n\n\n##### Installation\nNuget install:\n```\nInstall-Package EngineIoClientDotNet.Standard\n```\n\n* NuGet Package: [![EngineIoClientDotNet.Standard](https://img.shields.io/nuget/v/EngineIoClientDotNet.Standard.svg?maxAge=2592000)](https://www.nuget.org/packages/EngineIoClientDotNet.Standard/)\n\n\n##### Usage\nEngineIoClientDotNet has a similar api to those of the [JavaScript client](https://github.com/Automattic/engine.io-client).\n\nYou can use `Socket` to connect:\n\n```cs\nvar socket = new Socket(\"ws://localhost\");\nsocket.On(Socket.EVENT_OPEN, () =\u003e\n{\n\tsocket.Send(\"hi\", () =\u003e\n\t{\t\t\n\t\tsocket.Close();\n\t});\n});\nsocket.Open();\n```\n\nReceiving data\n```cs\nvar socket = new Socket(\"ws://localhost\");\nsocket.On(Socket.EVENT_OPEN, () =\u003e\n{\n\tsocket.On(Socket.EVENT_MESSAGE, (data) =\u003e\n\t{\n\t\tConsole.WriteLine((string)data);\n\t});\n});\nsocket.Open();            \n```\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.Net Standard 2.0\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobject%2Fengineioclientdotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquobject%2Fengineioclientdotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquobject%2Fengineioclientdotnet/lists"}