# zmq4 **Repository Path**: juffson/zmq4 ## Basic Information - **Project Name**: zmq4 - **Description**: No description available - **Primary Language**: Go - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-04 - **Last Updated**: 2021-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/master/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).