socket = SocketConnect["localhost:256", "TCP"]; WriteString[socket, "hello socket world"]; Close[socket];