Skip to content

rfaisal/ThriftStarterCSharpServerJavaClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThriftStarterCSharpServerJavaClient

A simple project of Apache Thrift that uses C# as the server and Java as the client. Use this project as an example if you are a biginner in Apache Thrift.

This project implements a simple math library.

  • Thrift : Interface for the Math library.
  • C# : Concrete implementation of the Math library (implements the Thrift interface).
  • Java : Calls the math library.

Corresponding Blog Entry: http://rfaisalblog.wordpress.com/2013/10/09/getting-started-with-apache-thrift/

About

A simple project of Apache Thrift that uses C# as the server and Java as the client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published