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

https://github.com/kasworld/netlib

tcp server/client frame for golang
https://github.com/kasworld/netlib

Last synced: about 1 month ago
JSON representation

tcp server/client frame for golang

Awesome Lists containing this project

README

          

# netlib
tcp server/client frame for golang

## gogueconn requirements

"github.com/kasworld/log"

## gogueserver requirements

"github.com/kasworld/log"
"github.com/kasworld/netlib/gogueconn"

## gogueclient requirements

"github.com/kasworld/log"
"github.com/kasworld/netlib/gogueconn"
"github.com/kasworld/rand"

## example server requirements

"github.com/kasworld/actionstat"
"github.com/kasworld/log"
"github.com/kasworld/netlib/gogueconn"
"github.com/kasworld/netlib/gogueserver"

## example client requirements

"github.com/kasworld/log"
"github.com/kasworld/netlib/gogueclient"