Skip to content

node-webrtc is a Node.js Native Addon that provides bindings to WebRTC M87

License

Notifications You must be signed in to change notification settings

BeeInventor/wrtc

Repository files navigation

NPMmacOS/Linux Build StatusWindows Build status

node-webrtc is a Node.js Native Addon that provides bindings to WebRTC M87. This project aims for spec-compliance and is tested using the W3C's web-platform-tests project. A number of nonstandard APIs for testing are also included.

Install

npm install wrtc 

Installing 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.

You can also build from source.

Supported Platforms

The following platforms are confirmed to work with node-webrtc and have prebuilt binaries available. Since node-webrtc targets N-API version 3, 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.

LinuxmacOSWindows
armv7larm64x64x64x64
Node8
10
11
12
13
14
Electron4
5

Examples

See node-webrtc/node-webrtc-examples.

Contributing

Contributions welcome! Please refer to the wiki.

About

node-webrtc is a Node.js Native Addon that provides bindings to WebRTC M87

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++63.8%
  • JavaScript25.3%
  • CMake7.1%
  • C2.6%
  • Batchfile0.7%
  • Shell0.3%
  • Dockerfile0.2%