简体   繁体   中英

how can I use webrtc in nodejs?

How can I use webrtc in nodejs? I want the nodejs (node 16) application to act as a client in webrtc communication.What packages are available to support webrtc?

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

This is used in http://simplewebrtc.com which is what powers: https://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 ( https://github.com/node-webrtc/node-webrtc ) as a native addon.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM