Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiyerra/thrift-example
An example faux authentication service using thrift
https://github.com/abhiyerra/thrift-example
Last synced: about 5 hours ago
JSON representation
An example faux authentication service using thrift
- Host: GitHub
- URL: https://github.com/abhiyerra/thrift-example
- Owner: abhiyerra
- Created: 2009-03-29T01:20:49.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T01:18:12.000Z (about 6 years ago)
- Last Synced: 2024-12-26T10:03:42.071Z (16 days ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyclient
------python myauthclient.py
ruby myauthclient.rbenjoy.