- Make sure Apache Thrift is compiled and installed
- Install maven (
apt-get install mvn)
cd java-server-client
mvn test -Pserver
This command will run the server on port 9090
cd java-server-client
mvn test -Pclient
First, setup the required dependencies
git clone https://github.com/apache/thrift.git
cd ./thrift/lib/py
python setup.py install
Now you can easily run the python client
cd python/client
python main.py