Skip to content

Instantly share code, notes, and snippets.

Created September 20, 2017 16:56
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 anonymous/f1c7e97d4b2e15d72e40290d7840464a to your computer and use it in GitHub Desktop.
Save anonymous/f1c7e97d4b2e15d72e40290d7840464a to your computer and use it in GitHub Desktop.
[jdv@new-host-2 ~]$ perl6 -e 'start react whenever IO::Socket::Async.listen(<0.0.0.0>,8888) {say $_.socket-port}; sleep 1;IO::Socket::Async.connect(<0.0.0.0>,8888);sleep 1;'
47138
[jdv@new-host-2 ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment