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
- Host: GitHub
- URL: https://github.com/kasworld/netlib
- Owner: kasworld
- License: apache-2.0
- Created: 2015-02-24T01:46:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-14T02:32:21.000Z (over 10 years ago)
- Last Synced: 2025-02-25T13:30:05.861Z (over 1 year ago)
- Language: Go
- Size: 184 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"