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: 18 days 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)