# 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.
A simple TCP server written in Go.
MIT