aboutsummaryrefslogtreecommitdiff
path: root/Readme.textile
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2019-05-28 14:20:08 +0100
committerNat Lasseter <user@4574.co.uk>2019-05-28 14:20:08 +0100
commit89d9dab4bdbe4c86194353c88481e1dd17517435 (patch)
tree7233acd3c572c7d46f24ded522c70bedf76fc1f7 /Readme.textile
Initial Commit
Diffstat (limited to 'Readme.textile')
-rw-r--r--Readme.textile21
1 files changed, 21 insertions, 0 deletions
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.