Categorygithub.com/hellof20/go-tcp
modulepackage
0.0.0-20240905105525-b1adc0042fe6
Repository: https://github.com/hellof20/go-tcp.git
Documentation: pkg.go.dev

# README

go-tcp

参考:http://www.inanzzz.com/index.php/post/j3n1/creating-a-concurrent-tcp-client-and-server-example-with-golang

build

go build server.go
go build client.go

run server

./server

run client

./client

test

input any message in client window.