/goSocket

A simple socket server skeleton with wrapped packet/protocol implement in golang.

Primary LanguageGoMIT LicenseMIT

goSocket

A simple socket server skeleton with wrapped packet/protocol implement in golang.

Features:

*Packet/Protocol's pack and unpack implement with CRC examination.

*Encryped(XOR) payload. (Easy to change to your favorite encrypt method.)

*Simple Client/Config/Xorm implement included.