Copied from https://github.com/eranyanay/1m-go-websockets for study
cd simple_server
go run server.go
Open Browser http://localhost:8000
cd simple_ws
go run server.go
At another terminal
go run client.go
go run server.go
Set Limit 10496 -> 65536
go tool pprof http://localhost:6060/debug/pprof/heap or Open Browser http://localhost:6060/debug/pprof/