Golang TCP server skeleton
Get
go get -u github.com/logrusorgru/gtss
Test
go test github.com/logrusorgru/gtss
- TLS connections
- Usege is similar to
net/http
package - Limit number of simultaneous connections
- Buffered reading and buffered writing
- Share values between handlers
- Buffers pool
Copyright © 2016 Konstantin Ivanov kostyarin.ivanov@gmail.com
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENSE file for more details.