All Projects → node-webrtc → Node Webrtc

node-webrtc / Node Webrtc

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

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Node Webrtc

Opentok React Native
OpenTok React Native - a library for OpenTok iOS and Android SDKs
Stars: ✭ 161 (-92.87%)
Mutual labels:  webrtc
Rtcmulticonnection Server
RTCMultiConnection socket.io server (npm install rtcmulticonnection-server)
Stars: ✭ 168 (-92.56%)
Mutual labels:  webrtc
Rtcmulticonnection
RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications (screen sharing, audio/video conferencing, file sharing, media streaming etc.)
Stars: ✭ 2,187 (-3.14%)
Mutual labels:  webrtc
Trango Self Hosted
Host trango and communicate with those around you without the internet!
Stars: ✭ 164 (-92.74%)
Mutual labels:  webrtc
Q Municate Ios
Q-municate iOS repository
Stars: ✭ 164 (-92.74%)
Mutual labels:  webrtc
React Webrtc
Video chat using webRTC and react
Stars: ✭ 168 (-92.56%)
Mutual labels:  webrtc
Webrtc
Video chat App with WebRTC using Scaledrone Realtime Messaging Service
Stars: ✭ 161 (-92.87%)
Mutual labels:  webrtc
Playcanvas Ar
Fast and Easy Augmented Reality for the Web 🚀
Stars: ✭ 172 (-92.38%)
Mutual labels:  webrtc
Meshenger
open source, P2P messenger without centralized server that works in a local network.
Stars: ✭ 166 (-92.65%)
Mutual labels:  webrtc
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (-92.43%)
Mutual labels:  webrtc
Spitfire
An easy to use WebRTC Datachannels library for .NET applications.
Stars: ✭ 164 (-92.74%)
Mutual labels:  webrtc
React Native Webrtc Janus Gateway
Video conference system for mobile application. Base technology is react-native-webrtc + Janus Webrtc Gateway
Stars: ✭ 164 (-92.74%)
Mutual labels:  webrtc
Opentok Android Sdk Samples
Sample applications illustrating best practices using OpenTok Android SDK.
Stars: ✭ 168 (-92.56%)
Mutual labels:  webrtc
Roomler
Roomler - Multi-party Video Conferencing & Team Collaboration Tool using WebRTC (Janus Gateway)
Stars: ✭ 160 (-92.91%)
Mutual labels:  webrtc
Piecash
Pythonic interface to GnuCash SQL documents
Stars: ✭ 172 (-92.38%)
Mutual labels:  bindings
Video Call App
A text, audio and video chat application built with webRTC and Ratchet (PHP WebSocket)
Stars: ✭ 161 (-92.87%)
Mutual labels:  webrtc
Rtmp To Webrtc
rtmp to webrtc
Stars: ✭ 168 (-92.56%)
Mutual labels:  webrtc
Webrtc To Sip
Setup for a WEBRTC client and Kamailio server to call SIP clients
Stars: ✭ 173 (-92.34%)
Mutual labels:  webrtc
Net Vips
.NET binding for libvips
Stars: ✭ 173 (-92.34%)
Mutual labels:  bindings
Peardownloader.js
一个支持多协议、多源、混合P2P-CDN的下载器
Stars: ✭ 170 (-92.47%)
Mutual labels:  webrtc

    

NPM macOS/Linux Build Status Windows 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.

Linux macOS Windows
armv7l arm64 x64 x64 x64
Node 8
10
11
12
13
14
Electron 4
5

Examples

See node-webrtc/node-webrtc-examples.

Contributing

Contributions welcome! Please refer to the wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].