go run .\main.go --createMaster
go run .\main.go
go run .\main.go --createMaster --port 8000 (Creates TCP server on Port 8000) go run .\main.go --masterIPAddress localhost:8000 (Creates a client which connects to the provided master IP address)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
go run .\main.go --createMaster
go run .\main.go
go run .\main.go --createMaster --port 8000 (Creates TCP server on Port 8000) go run .\main.go --masterIPAddress localhost:8000 (Creates a client which connects to the provided master IP address)