Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T07:04:44.000Z (6 months ago)
- Last Synced: 2024-08-02T15:48:28.974Z (5 months ago)
- Topics: go, godoc, golang, zeromq, zeromq-4, zeromq-library, zmq
- Language: Go
- Homepage:
- Size: 255 KB
- Stars: 334
- Watchers: 19
- Forks: 56
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security.go
Awesome Lists containing this project
README
# zmq4
[![GitHub release](https://img.shields.io/github/release/go-zeromq/zmq4.svg)](https://github.com/go-zeromq/zmq4/releases)
[![go.dev reference](https://pkg.go.dev/badge/github.com/go-zeromq/zmq4)](https://pkg.go.dev/github.com/go-zeromq/zmq4)
[![CI](https://github.com/go-zeromq/zmq4/workflows/CI/badge.svg)](https://github.com/go-zeromq/zmq4/actions)
[![codecov](https://codecov.io/gh/go-zeromq/zmq4/branch/main/graph/badge.svg)](https://codecov.io/gh/go-zeromq/zmq4)
[![GoDoc](https://godoc.org/github.com/go-zeromq/zmq4?status.svg)](https://godoc.org/github.com/go-zeromq/zmq4)
[![License](https://img.shields.io/badge/License-BSD--3-blue.svg)](https://github.com/go-zeromq/license)
[![DOI](https://zenodo.org/badge/129430151.svg)](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).