Skip to content

unixliang/go-svrkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-svrkit

to create a service communicated with others, generally focus on 3 points belows:

  1. the data struct, like input/output
  2. protocal defined by remote services
  3. the main logic of the service to create, generally procedure-oriented

go-svrkit is a udp framework separate what mentioned above into corresponded 3 part memtioned above.

see detail in example/svr
or try a bench test:
go test -test.bench=".*"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages