{"id":22353033,"url":"https://github.com/esskar/websocket.portable","last_synced_at":"2025-07-30T08:33:50.845Z","repository":{"id":17593089,"uuid":"20396729","full_name":"esskar/WebSocket.Portable","owner":"esskar","description":"C# Portable WebSocket Client Library (Rfc 6455)","archived":false,"fork":false,"pushed_at":"2015-09-03T18:43:34.000Z","size":9805,"stargazers_count":4,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T04:32:19.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/esskar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-02T07:59:09.000Z","updated_at":"2024-05-07T08:09:17.000Z","dependencies_parsed_at":"2022-09-16T17:10:24.543Z","dependency_job_id":null,"html_url":"https://github.com/esskar/WebSocket.Portable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esskar/WebSocket.Portable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esskar%2FWebSocket.Portable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esskar%2FWebSocket.Portable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esskar%2FWebSocket.Portable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esskar%2FWebSocket.Portable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esskar","download_url":"https://codeload.github.com/esskar/WebSocket.Portable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esskar%2FWebSocket.Portable/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267835949,"owners_count":24151893,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-04T12:32:30.883Z","updated_at":"2025-07-30T08:33:50.487Z","avatar_url":"https://github.com/esskar.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## WebSocket.Portable\n\nWebSocket.Portable is a portable C# implementation of \nthe [WebSocket][1] protocol.\n\n### Status\n\nThe WebSocket.Portable library is still in pre-alpha state, \nstill lots of features are missing, still lots of tests to write, \ninterfaces will probably change.\n\n### Installation\n\nWebSocket.Portable will be available via NuGet.\n\n### Usage\n\n    var client = new WebSocketClient();\n\t\n\t// get notified when data has arrived\n\tclient.FrameReceived += frame =\u003e Console.WriteLine(frame);\n\n\t// open a web socket connection to ws://echo.websocket.org\n    await client.OpenAsync(\"ws://echo.websocket.org\");\n\n\t// send some data\n    await client.SendAsync(\"WebSocket.Portable rocks!\");\n\n### Questions\n\nAsk questions in the [WebSocket.Portable][2] room on [JabbR][3].\n\n[1]: http://www.rfc-editor.org/rfc/rfc6455.txt\n[2]: https://jabbr.net/#/rooms/WebSocketPortable\n[3]: https://jabbr.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesskar%2Fwebsocket.portable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesskar%2Fwebsocket.portable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesskar%2Fwebsocket.portable/lists"}