文件名称:frappejs-webrtc-example:使用Frappejs构建的基本WebRTC聊天演示
文件大小:70KB
文件格式:ZIP
更新时间:2024-05-19 21:12:25
webrtc socket-io frappejs JavaScript
frappejs-webrtc-example 使用Frappejs构建的基本WebRTC聊天演示 设定步骤 克隆仓库。 运行yarn安装依赖项。 由于WebRTC功能尚未在Frappejs中合并,因此将repo根目录中的webrtc和server文件夹复制/剪切粘贴到node_modules/frappejs 。 步骤执行 运行rollup -c -w 。 运行node server.js 。 打开浏览器,然后在两个选项卡中访问localhost:8000 。 当询问房间名称时,请为主机-客户端对输入相同的房间名称。 您可以有多个带有主机/客户端对的房间。 实施代码 如果您不想运行,只看一下实现。 这是两个最重要的文件。
【文件预览】:
frappejs-webrtc-example-master
----server()
--------utils.js(568B)
--------index.js(4KB)
--------pdf.js(2KB)
--------restAPI.js(3KB)
----rollup.config.js(264B)
----package.json(263B)
----server.js(183B)
----webrtc()
--------webrtc.js(4KB)
----test.db(84KB)
----dist()
--------bundle.js.map(11KB)
--------index.html(4KB)
--------bundle.js(6KB)
----src()
--------index.js(22B)
--------index.html(4KB)
--------js()
----.gitignore(914B)
----README.md(860B)
----yarn.lock(188KB)