We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
An example of tic tac toe game aka "крестики и нолики"
server
go run cmd/server/main.go -listen :8999
on clients
nc localhost 8999