{"id":13402290,"url":"https://github.com/muaz-khan/RTCMultiConnection","last_synced_at":"2025-03-14T07:32:39.045Z","repository":{"id":43603560,"uuid":"21046980","full_name":"muaz-khan/RTCMultiConnection","owner":"muaz-khan","description":"RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)","archived":false,"fork":false,"pushed_at":"2022-10-06T15:25:02.000Z","size":7581,"stargazers_count":2594,"open_issues_count":742,"forks_count":1374,"subscribers_count":163,"default_branch":"master","last_synced_at":"2025-03-13T23:03:13.298Z","etag":null,"topics":["rtcmulticonnection","webrtc","webrtc-demos","webrtc-experiments","webrtc-javascript-library","webrtc-libraries"],"latest_commit_sha":null,"homepage":"https://muazkhan.com:9001/","language":"JavaScript","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/muaz-khan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-06-20T17:51:44.000Z","updated_at":"2025-03-13T16:16:26.000Z","dependencies_parsed_at":"2022-07-15T15:00:33.672Z","dependency_job_id":null,"html_url":"https://github.com/muaz-khan/RTCMultiConnection","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muaz-khan%2FRTCMultiConnection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muaz-khan%2FRTCMultiConnection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muaz-khan%2FRTCMultiConnection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muaz-khan%2FRTCMultiConnection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muaz-khan","download_url":"https://codeload.github.com/muaz-khan/RTCMultiConnection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243542900,"owners_count":20307985,"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":["rtcmulticonnection","webrtc","webrtc-demos","webrtc-experiments","webrtc-javascript-library","webrtc-libraries"],"created_at":"2024-07-30T19:01:14.055Z","updated_at":"2025-03-14T07:32:39.032Z","avatar_url":"https://github.com/muaz-khan.png","language":"JavaScript","readme":"![](https://i.imgur.com/MFfRBSM.png)\r\n\r\n# RTCMultiConnection - WebRTC JavaScript Library\r\n\r\n[![npm](https://img.shields.io/npm/v/rtcmulticonnection.svg)](https://npmjs.org/package/rtcmulticonnection) [![downloads](https://img.shields.io/npm/dm/rtcmulticonnection.svg)](https://npmjs.org/package/rtcmulticonnection) [![Build Status: Linux](https://travis-ci.org/muaz-khan/RTCMultiConnection.png?branch=master)](https://travis-ci.org/muaz-khan/RTCMultiConnection)\r\n\r\n\u003e RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)\r\n\r\n## Socket.io Signaling Server\r\n\r\nSignaling server has a separate repository:\r\n\r\n* https://github.com/muaz-khan/RTCMultiConnection-Server\r\n\r\n## Demos\r\n\r\n* https://muazkhan.com:9001/demos/\r\n\r\n## Getting Started Without Any Installation\r\n\r\n* https://www.rtcmulticonnection.org/docs/getting-started/\r\n\r\n## YouTube Channel\r\n\r\n* https://www.youtube.com/playlist?list=PLPRQUXAnRydKdyun-vjKPMrySoow2N4tl\r\n\r\n## Install On Your Own Website\r\n\r\n* https://github.com/muaz-khan/RTCMultiConnection/tree/master/docs/installation-guide.md\r\n\r\n```sh\r\nmkdir demo \u0026\u0026 cd demo\r\n\r\n# install from NPM\r\nnpm install rtcmulticonnection\r\n\r\n# or clone from github\r\ngit clone https://github.com/muaz-khan/RTCMultiConnection.git ./\r\n\r\n# install all required packages\r\n# you can optionally include --save-dev\r\nnpm install\r\n\r\nnode server --port=9001\r\n```\r\n\r\n## Integrate Inside Any Nodejs Application\r\n\r\n* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/Integrate-inside-nodejs-applications\r\n\r\n## `Config.json` Explained\r\n\r\n* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/config.json\r\n\r\n## How to Enable HTTPs?\r\n\r\n* https://github.com/muaz-khan/RTCMultiConnection-Server/wiki/How-to-Enable-HTTPs\r\n\r\n## Want to Contribute?\r\n\r\nRTCMultiConnection is using `Grunt` to compile javascript into `dist` directory:\r\n\r\n* https://github.com/muaz-khan/RTCMultiConnection/blob/master/CONTRIBUTING.md\r\n\r\n## Wiki Pages\r\n\r\n1. https://github.com/muaz-khan/RTCMultiConnection/wiki\r\n2. https://github.com/muaz-khan/RTCMultiConnection-Server/wiki\r\n\r\n## License\r\n\r\n[RTCMultiConnection](https://github.com/muaz-khan/RTCMultiConnection) is released under [MIT licence](https://github.com/muaz-khan/RTCMultiConnection/blob/master/LICENSE.md) . Copyright (c) [Muaz Khan](https://MuazKhan.com/).\r\n","funding_links":[],"categories":["JavaScript","Libraries","webrtc"],"sub_categories":["Node.js","JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuaz-khan%2FRTCMultiConnection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuaz-khan%2FRTCMultiConnection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuaz-khan%2FRTCMultiConnection/lists"}