This repository has been archived on 2018-06-04. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
Go to file
Ray Slakinski c945aba23f first commit 2012-05-18 13:37:49 -04:00
helloworld first commit 2012-05-18 13:37:49 -04:00
.gitignore first commit 2012-05-18 13:37:49 -04:00
README first commit 2012-05-18 13:37:49 -04:00
client.py first commit 2012-05-18 13:37:49 -04:00
helloworld.thrift first commit 2012-05-18 13:37:49 -04:00
server.py first commit 2012-05-18 13:37:49 -04:00

README

This is a sample Thrift application using Python for both the server and client code.

This sample was based off the work found here http://tkang.blogspot.ca/2010/07/thrift-server-client-in-python.html then expanded upon to first make it functional out of the box(the posted version on the blog had a couple of minor bugs) and to make it a tad more complex to show off some of thrifts features better, but remain a simple application for beginers to get their feet wet with

Requirements:

Thrift
thrift (the python package)
Python (I'm using 2.7.1)