Skip to content

ypkang/Basic-Thrift-Tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

To compile thrift file thrift --gen cpp hello.thrift

to compile server g++ gen-cpp/hello_types.cpp gen-cpp/HelloSvc.cpp server.cpp -o server -lthrift

to compile client g++ gen-cpp/hello_types.cpp gen-cpp/HelloSvc.cpp client.cpp -o client -lthrift

About

Basic Thrift tutorial in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 87.7%
  • Thrift 12.3%