Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 786 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 786 Bytes

Thrift.MVC

modify thrift compiler and csharp library for support asp.mvc, so ASP.NET MVC can communicate with thrift client.

here is the code: https://github.com/xqgzh/ThriftMVC, which is a fork of Apache/thrift project, with my modification.

here is a simple tutorial (chinese) for the code: https://github.com/xqgzh/Thrift.MVC/wiki

使asp.net mvc支持thrift协议

具体代码在https://github.com/xqgzh/ThriftMVC, 是基于Apache/thrift的项目做的补丁, 这份修改目前已在生产环境中部署,在未来稳定之后会申请合并到apache/thrift项目中

有个简单的使用教程: 使ASP.NET MVC支持 thrift协议