facebook / fbthrift

Facebook's branch of Apache Thrift, including a new C++ server.
Apache License 2.0
2.55k stars 607 forks source link

Add examples in all supported languages #583

Open PhilipMetzger opened 8 months ago

PhilipMetzger commented 8 months ago

As far as I can see fbthrift supports all major languages which are used at Meta (Hack, Cpp, Rust, Python and Java [^1]) but the examples directory only contains a simple Python and Cpp client/server example.

Hopefully this is just a port of internal examples.

Thanks.

[^1]: Taken from https://engineering.fb.com/2022/07/27/developer-tools/programming-languages-endorsed-for-server-side-use-at-meta/