Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

someonegg/bdmsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

bgmsg implements bidirectional directly message protocol with golang.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages