chatb

command module
v0.0.0-...-e913a2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2020 License: GPL-3.0 Imports: 12 Imported by: 0

README

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"
                  ]
              }
          ]
      }
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL