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

logrusorgru/gtss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]
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.

About

golang TCP server skeleton

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages