An example client code to binary-communicate with a TCP server.
TCP サーバとバイナリ通信するクライアントコードの例です.
Give informations of a TCP server to the first argument as a map.
:host
is a string representing an IP address or a hostname which can be forward-looked up and :port
is an integer represents a port.