/msgpump

msgpump provides a message-pump facility with golang

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

msgpump

msgpump provides a binary message-pump facility with golang.

The message-pump will continuously receive, process and send messages after startup.

The transport layer is customizable, there is an implementation over net.Conn.

msgpeer

The message-peer implements a synchronous request response model over message-pump, it considers the client and server peers, allowing each to send requests to the other concurrently.

Documentation

Installation

Install msgpump using the "go get" command:

go get github.com/someonegg/msgpump/v2