github.com/iceber/iouring-go@v0.0.0-20230403020409-002cfd2e2a90/examples/echo-with-callback/README.md (about)

     1  # echo with callback
     2  ```
     3  go build server.go
     4  
     5  ```
     6  
     7  ## run server
     8  ```
     9  ./server <host:port>
    10  ```
    11  
    12  ## run client
    13  ```
    14  go run ../echo/client.go <host:port> <msg>
    15  ```