https://github.com/go-zeromq/zmq4
[WIP] Pure-Go implementation of ZeroMQ-4
https://github.com/go-zeromq/zmq4
go godoc golang zeromq zeromq-4 zeromq-library zmq
Last synced: 6 months ago
JSON representation
[WIP] Pure-Go implementation of ZeroMQ-4
- Host: GitHub
- URL: https://github.com/go-zeromq/zmq4
- Owner: go-zeromq
- License: bsd-3-clause
- Created: 2018-04-13T16:51:41.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T07:04:44.000Z (over 1 year ago)
- Last Synced: 2024-11-17T12:28:31.996Z (11 months ago)
- Topics: go, godoc, golang, zeromq, zeromq-4, zeromq-library, zmq
- Language: Go
- Homepage:
- Size: 255 KB
- Stars: 344
- Watchers: 20
- Forks: 57
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.go
Awesome Lists containing this project
README
# zmq4
[](https://github.com/go-zeromq/zmq4/releases)
[](https://pkg.go.dev/github.com/go-zeromq/zmq4)
[](https://github.com/go-zeromq/zmq4/actions)
[](https://codecov.io/gh/go-zeromq/zmq4)
[](https://godoc.org/github.com/go-zeromq/zmq4)
[](https://github.com/go-zeromq/license)
[](https://zenodo.org/badge/latestdoi/129430151)`zmq4` is a pure-Go implementation of ØMQ (ZeroMQ), version 4.
See [zeromq.org](http://zeromq.org) for more informations.
## Development
`zmq4` needs a caring maintainer.
I (`sbinet`) have not much time to dedicate anymore to this project (as `$WORK` doesn't need it anymore).## License
`zmq4` is released under the `BSD-3` license.
## Documentation
Documentation for `zmq4` is served by [GoDoc](https://godoc.org/github.com/go-zeromq/zmq4).