Connecting HTTP servers and clients on disparate networks using WebRTC and blockchain signaling
go run -race . -dev -debug
# Linux Requires sudo apt-get install protobuf-compiler
go get -u -v github.com/golang/protobuf/proto
go get -u -v github.com/golang/protobuf/protoc-gen-go
protoc --go_out=. internal/goproxy/*.proto
go build -i -v -ldflags="-X 'main.GitHash=$(git describe --always --long --dirty)' -X 'main.Version=$(date +'%y.%m.%d')'" github.com/duality-solutions/web-bridge
# Windows Requires protobuf compiler: https://github.com/protocolbuffers/protobuf/releases
go get -u -v github.com/golang/protobuf/proto
go get -u -v github.com/golang/protobuf/protoc-gen-go
protoc --go_out=. internal/goproxy/*.proto
go build -i -v -ldflags="-X 'main.GitHash=$(git describe --always --long --dirty)' -X 'main.Version=$(Get-Date -Format "yy.MM.dd")'" github.com/duality-solutions/web-bridge
nmake /f Makefile
make
See LICENSE.md file for copyright, copying and use information.
Version | Tag | Published |
---|---|---|
v0.0.0-20201117084136-850e3441a862 | 1yr ago | |
v0.0.0-20200921084108-5d1e4076e1c6 | 2yrs ago | |
v0.0.0-20200921083052-8e84b6821afc | 2yrs ago | |
v0.0.0-20200918082846-403231c9639d | 2yrs ago |