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 fd2138bde2 start of a ruby sample 2012-10-04 10:19:02 -04:00
python moving things around so I can offer this example in multiple languages 2012-06-07 20:46:09 -04:00
ruby start of a ruby sample 2012-10-04 10:19:02 -04:00
.gitignore first commit 2012-05-18 13:37:49 -04:00
README updated requirements 2012-05-18 14:45:46 -04:00
helloworld.thrift 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
Python (I'm using 2.7.1)
    thrift
    args