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

Latest commit

 

History

History
41 lines (31 loc) · 1.77 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.77 KB

gtss

GoDoc WTFPL License Build Status Coverage Status GoReportCard Gitter

Golang TCP server skeleton

gtss logo

Installation

Get

go get -u github.com/logrusorgru/gtss

Test

go test github.com/logrusorgru/gtss

Features

  • 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

Licensing

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.