Skip to content

Raoul1996/thrift-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thrift demo

thrift python demo

Make sure your python version is at version 2

Run

# install dependenies
pip install -r requirements.txt

# run server.py
python2 server.py

# run client.py
python2 client.py

Install Thrift

Thrift support many language, like java, python, javascript, go, php, ruby and etc. even it can generate the html code or xml code! Very powerful.

brew install thrift
thrift --gen py hi.thrift

Releases

No releases published

Packages

No packages published