{"id":18339474,"url":"https://github.com/antelcat/protoo-sharp","last_synced_at":"2026-02-10T19:07:58.179Z","repository":{"id":259237206,"uuid":"876780926","full_name":"Antelcat/protoo-sharp","owner":"Antelcat","description":"ported to .NET from https://github.com/versatica/protoo","archived":false,"fork":false,"pushed_at":"2025-01-19T14:58:45.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-27T01:01:30.913Z","etag":null,"topics":["aspnetcore","protoo","protoo-server","server-side","signaling","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/Antelcat.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-22T14:45:05.000Z","updated_at":"2025-01-19T14:58:46.000Z","dependencies_parsed_at":"2024-11-05T20:19:49.002Z","dependency_job_id":"adba1d85-0fce-4cb3-8951-30c7e2d14f6b","html_url":"https://github.com/Antelcat/protoo-sharp","commit_stats":null,"previous_names":["antelcat/protoo-sharp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2Fprotoo-sharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2Fprotoo-sharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2Fprotoo-sharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Antelcat%2Fprotoo-sharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Antelcat","download_url":"https://codeload.github.com/Antelcat/protoo-sharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248689700,"owners_count":21145988,"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","protoo","protoo-server","server-side","signaling","websocket"],"created_at":"2024-11-05T20:17:59.743Z","updated_at":"2026-02-10T19:07:53.147Z","avatar_url":"https://github.com/Antelcat.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProtooSharp\nported to .NET from [protoo](https://github.com/versatica/protoo)\n\n## Usage\n\nin ASP.NET\n\n```csharp\nvar builder = WebApplication.CreateBuilder();\n\nbuilder.Services.AddProtooServer\u003cWebSocketServer\u003e(); // add protoo server\n\nvar app = builder.Build();\n\napp.UseWebSockets(); // use websockets before map protoo server\napp.MapProtooServer\u003cWebSocketServer\u003e(\"/{your}/{route}\"); //map protoo server\n\napp.Run();\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantelcat%2Fprotoo-sharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantelcat%2Fprotoo-sharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantelcat%2Fprotoo-sharp/lists"}