diff options
Diffstat (limited to 'Readme.textile')
-rw-r--r-- | Readme.textile | 21 |
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. |