Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.07 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.07 KB

Go project command line tools

Provides the networkwebsockets command, used to create and run a Network Web Socket Proxy on the local machine.

Building and running from source

Instructions are provided on the proxy wiki for building and running a Network Web Socket Proxy from source provided here.

Building platform binaries

We can build Network Web Socket Proxy cross-platform binaries from this repository as follows:

  • Install goxc:

      $> go get github.com/laher/goxc
    
  • Build your own Network Web Socket Proxy binaries using the provided .goxc.json configuration file as follows:

      $> cd `go list -f '{{.Dir}}' github.com/namedwebsockets/cmd/networkwebsockets`
      $> goxc -pv=latest
    

Built platform binaries will now be available in $GOPATH/bin/networkwebsockets-xc/.