Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/op/zenio
zmq and nanomsg in pure Go (Golang)
https://github.com/op/zenio
Last synced: about 2 months ago
JSON representation
zmq and nanomsg in pure Go (Golang)
- Host: GitHub
- URL: https://github.com/op/zenio
- Owner: op
- License: other
- Created: 2013-09-04T06:50:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-06T02:48:05.000Z (about 11 years ago)
- Last Synced: 2024-10-14T10:56:30.090Z (2 months ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 35
- Watchers: 9
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ZenIO for zmq and nanomsg in Go
Package zenio implements ØMQ (ZMTP) and nanomsg (SP) in Go without any
dependencies on zeromq or nanomsg.This is a work in progress and is considered *very experimental*. Expect it to
change or break in unexpected ways. Use at own risk.## Installing
### Using *go get*
$ go get github.com/op/zenio
After this command *zenio* is ready to use. Its source will be in:
$GOROOT/src/pkg/github.com/op/zenio
You can use `go get -u -a` to update all installed packages.
## Documentation
For docs, see http://godoc.org/github.com/op/zenio or run:
$ go doc github.com/op/zenio