文件名称:serverless-webrtc-signaling-server:无服务器的WebRTC信令服务器仅适用于WebRTC P2P
文件大小:19KB
文件格式:ZIP
更新时间:2024-02-26 14:09:55
go serverless websocket webrtc aws-sam
无服务器WebRTC信号发送服务器 这是serverless-webrtc-signaling-server的代码和模板。 目录中包含五个功能,并且SAM teamplte将它们连接到DynamoDB表,并提供运行该应用程序所需的最小权限集。 什么是无服务器WebRTC信令服务器? 无服务器WebRTC Signaling Server是使用WebSocket并在AWS上运行的WebRTC的Signaling Server。 该信令服务器仅适用于WebRTC P2P。 该信令服务器实现了与兼容的会议室功能。 房间功能很简单,因此只有2人可以加入一个房间。 如果您想知道此服务器的工作方式,
【文件预览】:
serverless-webrtc-signaling-server-master
----common()
--------interface.go(450B)
--------db.go(2KB)
--------util.go(1KB)
----go.mod(221B)
----echo()
--------echo_test.go(636B)
--------main.go(958B)
----ondisconnect()
--------main.go(2KB)
--------ondisconnect_test.go(5KB)
----.circleci()
--------config.yml(981B)
----onconnect()
--------main.go(404B)
----template.yaml(11KB)
----broadcast()
--------main.go(1KB)
--------broadcast_test.go(4KB)
----LICENSE(552B)
----README.md(3KB)
----Makefile(1KB)
----mock_common()
--------mock_common.go(6KB)
----.env.template(220B)
----register()
--------main.go(2KB)
--------register_test.go(3KB)
----.gitignore(40B)