Skip to content

Instantly share code, notes, and snippets.

@zodmaner
Created January 22, 2017 08:55
Show Gist options
  • Save zodmaner/9b3dfe672a63d4cf3ae896f7f5d13e61 to your computer and use it in GitHub Desktop.
Save zodmaner/9b3dfe672a63d4cf3ae896f7f5d13e61 to your computer and use it in GitHub Desktop.
(defun start-simple-client (port)
"Connect to a server and send a message."
(usocket:with-client-socket (socket stream "127.0.0.1" port)
(format stream "Hello world!~%")
(force-output stream)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment