{"id":34758100,"url":"https://github.com/sourcepirate/windrtc","last_synced_at":"2026-05-21T12:36:56.467Z","repository":{"id":24447750,"uuid":"27850002","full_name":"sourcepirate/windrtc","owner":"sourcepirate","description":"RTC server using webrtc","archived":false,"fork":false,"pushed_at":"2014-12-12T13:10:47.000Z","size":920,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-14T07:20:19.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sourcepirate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-11T02:18:58.000Z","updated_at":"2014-12-12T13:10:47.000Z","dependencies_parsed_at":"2022-07-19T22:48:46.091Z","dependency_job_id":null,"html_url":"https://github.com/sourcepirate/windrtc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sourcepirate/windrtc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcepirate%2Fwindrtc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcepirate%2Fwindrtc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcepirate%2Fwindrtc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcepirate%2Fwindrtc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcepirate","download_url":"https://codeload.github.com/sourcepirate/windrtc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcepirate%2Fwindrtc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33300990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-12-25T05:48:03.511Z","updated_at":"2026-05-21T12:36:56.461Z","avatar_url":"https://github.com/sourcepirate.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e WindRTC PeerConnection Library \u003c/h1\u003e\n\n```javascript\n     //client side\n    var connection=new PeerCallConnection({host:hostname,port:portnumber});\n    connection.startVideoCall();\n    connection.call();\n```\nServer Side Abstaraction\n\n```javascript\n    var server =new WebRTCServer(portnumber);\n```\n\n\u003ch4\u003eFor Text Chat \u003c/h4\u003e\n\n```javascript\n   var connection=new TextSharing({host:hostname,port:portnumber});\n   connection.openChannel();\n```\n\n\u003ch4\u003eFor File Sharing \u003c/h4\u003e\n\n```javascript\n   var connection=new FileShare({host:hostname,port:portnumber});\n   connection.Send();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcepirate%2Fwindrtc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcepirate%2Fwindrtc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcepirate%2Fwindrtc/lists"}