blob: a2c2e67565421e0ae59d2d02c5ad028a43f6316e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.
|