文件名称:rooms-signaling-server:用于视频聊天室的简单 WebRTC 信令服务器
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-24 18:03:21
JavaScript
WebRTC 房间信令服务器 用于 WebRTC 聊天室的简单信令服务器。 用法 let Client = require ( 'socket.io-client' ) let client = new Client ( 'http://signaler.present.tv/' ) // Join / create new room // NOTE: if room doesn't already exist, this creates a new room // before joining; when this client (the room's intiator) leaves // or disconnects, all other clients are removed and the room // is deleted. client . emit ( 'join
【文件预览】:
rooms-signaling-server-master
----index.js(92B)
----package.json(575B)
----Dockerfile(1KB)
----Readme.md(1KB)
----app()
--------models()
--------index.js(930B)
--------io()
--------stores()
----.gitignore(3KB)