An open API service indexing awesome lists of open source software.

https://github.com/kelindar/tcp

Simple tcp server in Go
https://github.com/kelindar/tcp

async go golang networking tcp

Last synced: about 1 month ago
JSON representation

Simple tcp server in Go

Awesome Lists containing this project

README

        

# TCP Server in Go
This repository contains a simple tcp server in Go, designed to work in a similar way as `net/http` server.

## Documentation

Documentation for this package can be found on [https://godoc.org/github.com/Kelindar/tcp](https://godoc.org/github.com/Kelindar/tcp).