From 89d9dab4bdbe4c86194353c88481e1dd17517435 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Tue, 28 May 2019 14:20:08 +0100 Subject: Initial Commit --- Readme.textile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Readme.textile (limited to 'Readme.textile') diff --git a/Readme.textile b/Readme.textile new file mode 100644 index 0000000..a2c2e67 --- /dev/null +++ b/Readme.textile @@ -0,0 +1,21 @@ +h1. Go Become Server + +p. Rest in peace, Joe. + +h2. Server + +# make +# ./become + +The server will start listening on tcp://localhost:3333. + +h2. Client + +# cd becomings +# make test.so +# cat test.so | nc localhost 3333 +# ^C + +h2. Result + +p. The server will receive the plugin and become it. -- cgit v1.2.3