# Packages
No description provided by the author
# README
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