Simple netstring server and client in go. Netstring is a simple protocol. See Wikipedia to more info.
go get https://github.com/elektro79/netstring
See test for complete use. You must implement NetStringProcessor. You also must change netstring.MaxMsg to avoid a malicius client eat all ram