Source Code
http://github.com/boggle/gozero
Alternative Implementation
There is an alternative implementation at http://github.com/alecthomas/gozmq. It is currently fully functional, but does not support zero-copy (instead, []byte arrays are copied into C-allocated buffers).
State
Gozero is currently not functional. It is an early prototype which could really benefit from your effort in finishing it. See README for details.
Build and installation
Gozero is developed against a current version of zeromq 2 (2.0.6 as of now),
http://github.com/sustrik/zeromq2
To Install
- Install go from http://golang.org
- Install zeromq
- Get coffer from http://github.com/boggle/coffer and make install it
- Get gozero from http://github.com/boggle/gozero and make install it
Windows
Unknown.
Documentation
As of now consult README and main.go for a start.
Test Suite
None.
