node.js – how can I use webrtc in nodejs?

NPM package: webrtc.js (www.npmjs.com/package/webrtc)
A helper for creating and managing WebRTC connections in a cross-browser sort of way.

This is used in simplewebrtc.com which is what powers: talky.io

It’s designed for use with browserify/CommonJS on the client.

If you’re not using browserify or you want AMD support use webrtc.bundle.js.

Also, you can use node-webrtc (github.com/node-webrtc/node-webrtc) as a native addon.

Read more here: Source link