Skip to content

Instantly share code, notes, and snippets.

@raspi
Created July 29, 2023 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raspi/31ab9bfdb1190907144abfb1568b7a7c to your computer and use it in GitHub Desktop.
Save raspi/31ab9bfdb1190907144abfb1568b7a7c to your computer and use it in GitHub Desktop.
# Local chat with socat
# Server runs:
socat ABSTRACT-LISTEN:@chat,socktype=5,fork STDOUT
# Client:
socat ABSTRACT-CONNECT:@chat,socktype=5 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment