webrtc audio/video/text chat
| etc | ||
| rooms | ||
| static | ||
| .gitignore | ||
| chatb.go | ||
| LICENSE | ||
| README.md | ||
chatb.org - webrtc audio/video/text chat
-
run "go build" to build backend
-
to deploy behind nginx look at etc/nginx/chatb.org
-
optional config file looks like this:
{ "wsHost": "wss://domain:port", "iceServers": [ { "urls": ["stun:<ip>:<port>"] }, { "username": "username", "credential": "password", "urls": [ "turn:<ip>:<port>?transport=udp", "turn:<ip>:<port>?transport=tcp" ] } ] }