Practice of Golang tcp server with POSIX API
$ cd tcp-server
$ go run main.go
$ cd tcp-client
$ go run main.go
If you intend to shut down the application, it is recommended to turn off the client first before stopping the server.
This sequence ensures a graceful shutdown, preventing potential issues and minimizing data loss.