https://github.com/yinheli/thrift-book-c_glib
Source code in C (with GLib) for examples in "The Programmer's Guide to Apache Thrift"
https://github.com/yinheli/thrift-book-c_glib
Last synced: 3 months ago
JSON representation
Source code in C (with GLib) for examples in "The Programmer's Guide to Apache Thrift"
- Host: GitHub
- URL: https://github.com/yinheli/thrift-book-c_glib
- Owner: yinheli
- License: apache-2.0
- Created: 2017-04-20T12:18:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T20:56:35.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T05:24:33.738Z (5 months ago)
- Language: C
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache Thrift Examples in C (with GLib)
Source code for examples in C to be contributed to _[The Programmer's Guide to
Apache Thrift](http://www.manning.com/abernethy/)_ by Randy Abernathy,
published by [Manning Publications Co.](http://www.manning.com/)These examples are derived from
[Abernathy's original code](https://github.com/RandyAbernethy/ThriftBook) for
other languages, presented in Part 3 of the book.