collider/

directory
v0.0.0-...-fa43376 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 2016 License: BSD-3-Clause

README

Collider

A websocket-based signaling server in Go.

Building

  1. Install the Go tools and workspaces as documented at http://golang.org/doc/install and http://golang.org/doc/code.html

  2. Checkout the webrtc repository,

     git clone https://github.com/webrtc/apprtc.git
    
  3. Link the collider directories into $GOPATH/src

     ln -rs apprtc/src/collider/collider $GOPATH/src/
     ln -rs apprtc/src/collider/collidermain $GOPATH/src/
     ln -rs apprtc/src/collider/collidertest $GOPATH/src/
    
  4. Install dependencies

     go get collidermain
    
  5. Install collidermain

     go install collidermain
    

Running

$GOPATH/bin/collidermain -port=8089 -tls=true

Testing

go test collider

Directories

Path Synopsis
Package collider implements a signaling server based on WebSocket.
Package collider implements a signaling server based on WebSocket.

Jump to

Keyboard shortcuts

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