Categorygithub.com/someonegg/bdmsg
repositorypackage
0.0.0-20171229110236-49e8cfa37f07
Repository: https://github.com/someonegg/bdmsg.git
Documentation: pkg.go.dev

# README

bdmsg

bdmsg implements bidirectional directly message protocol with golang. Message is defined as variable-length byte array, they are distinguished by message-type, they can be freely transferred between the server and the client.

This package now has a better alternative which is more concise and customizable: msgpump.

Documentation

Installation

Install bdmsg using the "go get" command:

go get github.com/someonegg/bdmsg

The Go distribution is bdmsg's only dependency.