Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gansidui/gotcp

A Go package for quickly building tcp servers
https://github.com/gansidui/gotcp

Last synced: about 2 months ago
JSON representation

A Go package for quickly building tcp servers

Awesome Lists containing this project

README

        

gotcp
================

A Go package for quickly building tcp servers

Usage
================

### Install

~~~
go get github.com/gansidui/gotcp
~~~

### Examples

* [echo](https://github.com/gansidui/gotcp/tree/master/examples/echo)
* [telnet](https://github.com/gansidui/gotcp/tree/master/examples/telnet)

Document
================

[Doc](http://godoc.org/github.com/gansidui/gotcp)