Categorygithub.com/hiroakis/tcpserver
modulepackage
0.0.1
Repository: https://github.com/hiroakis/tcpserver.git
Documentation: pkg.go.dev

# README

tcpserver

A simple TCP server written in Go.

TODO

  • Start/Unstart
  • Example
  • Timeout
  • TLS support
  • Middleware
  • Testing

License

MIT

# Packages

No description provided by the author

# Functions

NewServer returns a Server pointer.

# Structs

Connection is a TCP connection.
Server is a TCP server.

# Interfaces

Handler handles TCP connection.
Logger is a Logger interface.