/ThriftSharp

Thrift client library for .NET, using attributes instead of the Thrift IDL.

Primary LanguageC#MIT LicenseMIT

Build NuGet Package

Thrift# is an implementation of the Thrift protocol for .NET.

Unlike Apache's Thrift implementation, it does not use a compiler or separate Thrift interface definition files; everything is done using attributes. This allows complete freedom over the types, and enables interesting features such as converters.

Read the documentation to get started.

Pull requests, bug reports and suggestions are welcome.