# WebRTC-WS **Repository Path**: benjson/web-rtc-ws ## Basic Information - **Project Name**: WebRTC-WS - **Description**: 使用 JavaScript WebRTC 代码实现跨平台音视频通话,实现1对1视频,多人视频,视频直播,视频会议,房间管理,权限管理等。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 14 - **Created**: 2023-07-26 - **Last Updated**: 2023-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebRTC-WS #### Description Use JavaScript webrtc code to realize cross platform audio and video call, and realize 1-to-1 video, multi person video, video live broadcast, video conference, room management, authority management, etc. #### Technology `NodeJs` `ws` `socket.io` `WebRTC` `WebSocket` `ICE/STUN/TURN` #### Running npm install (1)example zero use socket.io node ./server/zero.js (2)example one use ws module node ./server/one.js (3)example many is multi person video node ./server/many.js ![design](example/many/1.png "design") (4)example broadcast is video live broadcast node ./server/broadcast.js