{"id":13481773,"url":"https://github.com/node-webrtc/node-webrtc","last_synced_at":"2025-12-17T02:32:24.326Z","repository":{"id":9295503,"uuid":"11131753","full_name":"node-webrtc/node-webrtc","owner":"node-webrtc","description":"node-webrtc is a Node.js Native Addon that provides bindings to WebRTC M87","archived":false,"fork":false,"pushed_at":"2024-05-01T22:59:54.000Z","size":15829,"stargazers_count":2768,"open_issues_count":109,"forks_count":465,"subscribers_count":100,"default_branch":"develop","last_synced_at":"2025-05-08T12:03:02.821Z","etag":null,"topics":["bindings","n-api","native-addon","node","webrtc"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"pat/thinking-sphinx","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/node-webrtc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-02T18:21:45.000Z","updated_at":"2025-05-06T10:46:59.000Z","dependencies_parsed_at":"2024-11-14T17:00:28.837Z","dependency_job_id":"13de6f22-4e51-4130-9a26-ab20ba91e8df","html_url":"https://github.com/node-webrtc/node-webrtc","commit_stats":{"total_commits":1018,"total_committers":72,"mean_commits":14.13888888888889,"dds":0.5392927308447937,"last_synced_commit":"34fa30a189c5ed37002b4482b223bb1e2ae991f1"},"previous_names":["js-platform/node-webrtc"],"tags_count":56,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-webrtc%2Fnode-webrtc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-webrtc%2Fnode-webrtc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-webrtc%2Fnode-webrtc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-webrtc%2Fnode-webrtc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-webrtc","download_url":"https://codeload.github.com/node-webrtc/node-webrtc/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253853417,"owners_count":21974108,"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":["bindings","n-api","native-addon","node","webrtc"],"created_at":"2024-07-31T17:00:55.513Z","updated_at":"2025-12-17T02:32:24.259Z","avatar_url":"https://github.com/node-webrtc.png","language":"C++","readme":"# \\#\\#\\# NOTE \\#\\#\\#\n\nThis repository is out-of-date. For an actively maintained fork supporting Node 20 and more recent versions of WebRTC, see [@roamhq/wrtc](https://github.com/WonderInventions/node-webrtc). Once `@roamhq/wrtc` is stable, it will be merged back into this repository.\n\nOther alternatives that might suit your needs are [node-datachannel](https://github.com/murat-dogan/node-datachannel) and [werift](https://github.com/shinyoshiaki/werift-webrtc)\n\n\u003ch1 align=\"center\"\u003e\n  \u003cimg height=\"120px\" src=\"https://upload.wikimedia.org/wikipedia/commons/d/d9/Node.js_logo.svg\" /\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003cimg height=\"120px\" src=\"https://webrtc.github.io/webrtc-org/assets/images/webrtc-logo-vert-retro-dist.svg\" /\u003e\n\u003c/h1\u003e\n\n[![NPM](https://img.shields.io/npm/v/wrtc.svg)](https://www.npmjs.com/package/wrtc) [![macOS/Linux Build Status](https://circleci.com/gh/node-webrtc/node-webrtc/tree/develop.svg?style=shield)](https://circleci.com/gh/node-webrtc/node-webrtc) [![Windows Build status](https://ci.appveyor.com/api/projects/status/iulc84we28o1i7b9?svg=true)](https://ci.appveyor.com/project/markandrus/node-webrtc-7bnua)\n\nnode-webrtc is a Node.js Native Addon that provides bindings to [WebRTC M87](https://chromium.googlesource.com/external/webrtc/+/branch-heads/4280). This project aims for spec-compliance and is tested using the W3C's [web-platform-tests](https://github.com/web-platform-tests/wpt) project. A number of [nonstandard APIs](docs/nonstandard-apis.md) for testing are also included.\n\nInstall\n-------\n\n```\nnpm i -g node-pre-gyp\nnpm install wrtc\n```\n\nInstalling from NPM downloads a prebuilt binary for your operating system × architecture. Set the `TARGET_ARCH` environment variable to \"arm\" or \"arm64\" to download for armv7l or arm64, respectively. Linux and macOS users can also set the `DEBUG` environment variable to download debug builds.\n\nYou can also [build from source](docs/build-from-source.md).\n\nSupported Platforms\n-------------------\n\nThe following platforms are confirmed to work with node-webrtc and have prebuilt binaries available. Since node-webrtc targets [N-API version 3](https://nodejs.org/api/n-api.html), there may be additional platforms supported that are not listed here. If your platform is not supported, you may still be able to [build from source](docs/build-from-source.md).\n\n\u003ctable\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003ctd colspan=\"2\" rowspan=\"2\"\u003e\u003c/td\u003e\n      \u003cth colspan=\"3\"\u003eLinux\u003c/th\u003e\n      \u003cth colspan=\"2\"\u003emacOS\u003c/th\u003e\n      \u003cth\u003eWindows\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003earmv7l\u003c/th\u003e\n      \u003cth\u003earm64\u003c/th\u003e\n      \u003cth\u003ex64\u003c/th\u003e\n      \u003cth\u003earm64\u003c/th\u003e\n      \u003cth\u003ex64\u003c/th\u003e\n      \u003cth\u003ex64\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003cth rowspan=\"6\"\u003eNode\u003c/th\u003e\n      \u003cth\u003e8\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003e10\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003e11\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003e12\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003e13\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003e14\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth rowspan=\"2\"\u003eElectron\u003c/th\u003e\n      \u003cth\u003e4\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003cth\u003e5\u003c/th\u003e\n        \u003ctd align=\"center\"\u003e\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e\u003c/td\u003e\n        \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n      \u003ctd align=\"center\"\u003e✓\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\nExamples\n--------\n\nSee [node-webrtc/node-webrtc-examples](https://github.com/node-webrtc/node-webrtc-examples).\n\nContributing\n------------\n\nContributions welcome! Please refer to the [wiki](https://github.com/node-webrtc/node-webrtc/wiki/Contributing).\n","funding_links":[],"categories":["Modules","C++","Streaming Protocols","webrtc","Libraries"],"sub_categories":["Rust","Node"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-webrtc%2Fnode-webrtc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-webrtc%2Fnode-webrtc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-webrtc%2Fnode-webrtc/lists"}