Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhiyerra/thrift-example

An example faux authentication service using thrift
https://github.com/abhiyerra/thrift-example

Last synced: about 11 hours ago
JSON representation

An example faux authentication service using thrift

Awesome Lists containing this project

README

        

An example service using thrift. With 2 clients written in ruby and python and a server in ruby.

test **ok** with Thrift version 0.9.1

## usage ##

generate
--------

thrift --gen rb --gen py myauth.thrift

server
------

ruby myauthserver.rb
[alternative] python myauthserver.py

client
------

python myauthclient.py
ruby myauthclient.rb

enjoy.