{"id":23088129,"url":"https://github.com/ultimaweapon/dotnet-websock","last_synced_at":"2025-04-03T16:50:58.696Z","repository":{"id":158555344,"uuid":"616336631","full_name":"ultimaweapon/dotnet-websock","owner":"ultimaweapon","description":"Low-level implementation of WebSocket for .NET","archived":false,"fork":false,"pushed_at":"2023-04-29T05:02:32.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T05:39:12.137Z","etag":null,"topics":["aspnetcore","dotnet","websocket"],"latest_commit_sha":null,"homepage":"","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/ultimaweapon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2023-03-20T07:28:20.000Z","updated_at":"2024-12-01T07:50:47.000Z","dependencies_parsed_at":"2023-08-22T00:31:43.308Z","dependency_job_id":null,"html_url":"https://github.com/ultimaweapon/dotnet-websock","commit_stats":null,"previous_names":["ultimaweapon/dotnet-websock","ultimicro/dotnet-websock"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdotnet-websock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdotnet-websock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdotnet-websock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ultimaweapon%2Fdotnet-websock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ultimaweapon","download_url":"https://codeload.github.com/ultimaweapon/dotnet-websock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247043324,"owners_count":20874085,"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":["aspnetcore","dotnet","websocket"],"created_at":"2024-12-16T20:16:03.288Z","updated_at":"2025-04-03T16:50:58.673Z","avatar_url":"https://github.com/ultimaweapon.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Low-level WebSocket implementation for .NET\n\nThis is an implementation of WebSocket for .NET. Unlike `System.Net.WebSockets.WebSocket`, this implementation provides a low-level access to WebSocket. The following is a list of problem with `System.Net.WebSockets.WebSocket`:\n\n- No way to receive a frame with arbitrary length because you need to supply a fixed-length buffer when receiving.\n- No way to check if the received frame is bigger than the supplied buffer because `WebSocketReceiveResult.Count` will either the size of supplied buffer of the frame size depend on which on is smaller.\n\n## Development\n\n### Prerequisites\n\n- .NET 6 SDK (or later)\n\n### Build\n\n```sh\ndotnet build src/WebSock.sln\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultimaweapon%2Fdotnet-websock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultimaweapon%2Fdotnet-websock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultimaweapon%2Fdotnet-websock/lists"}