Skip to content

weikeqin/thrift-tutorial-go-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thrift-tutorial-go-demo

github.com/apache/thrift/tutorial/go 0.16.0分支代码 增加了通过idl生成gen-go的代码,可以直接运行

go mod tidy

cd src
 
# 运行server  
go run main.go server.go client.go handler.go  -server true -P binary -framed false -buffered false -addr localhost:9090 -secure false

# 运行client
go run main.go server.go client.go handler.go  -server false -P binary -framed false -buffered false -addr localhost:9090 -secure false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published