Skip to content

namedwebsockets/cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

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/.

About

Command line tool for building and running a new Named Web Sockets Proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages