client: implement rudimentary zmq client

This commit is contained in:
George Tankersley
2018-09-29 00:44:34 +00:00
parent bf2d3afd2b
commit e91ccd258f
5 changed files with 118 additions and 2 deletions

2
client/README.md Normal file
View File

@@ -0,0 +1,2 @@
`# apt-get install libzmq3-dev`
`$ go get github.com/pebbe/zmq4`