feat: replace webrtc with ws relay

This commit is contained in:
edde746
2026-02-04 07:49:35 +01:00
parent 873936c28d
commit f67ca187a8
16 changed files with 826 additions and 454 deletions
+13
View File
@@ -0,0 +1,13 @@
module github.com/edde746/plezy-relay
go 1.22
require (
github.com/gorilla/websocket v1.5.3
golang.org/x/crypto v0.31.0
)
require (
golang.org/x/net v0.33.0 // indirect
golang.org/x/text v0.21.0 // indirect
)