https://github.com/elektro79/netstring
Netstring server and client
https://github.com/elektro79/netstring
go netstring
Last synced: 3 months ago
JSON representation
Netstring server and client
- Host: GitHub
- URL: https://github.com/elektro79/netstring
- Owner: elektro79
- License: lgpl-3.0
- Created: 2019-02-20T12:31:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T14:15:58.000Z (over 6 years ago)
- Last Synced: 2025-01-22T00:26:40.872Z (5 months ago)
- Topics: go, netstring
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netstring
Simple netstring server and client in go. Netstring is a simple protocol. See [Wikipedia](https://en.wikipedia.org/wiki/Netstring) to more info.## Installation
go get https://github.com/elektro79/netstring
## How to use
See test for complete use. You must implement NetStringProcessor. You also must change netstring.MaxMsg to avoid a malicius client eat all ram