pomack / thrift4go

Apache Thrift for the Go Language
129 stars 23 forks source link

HTTP Transport? #62

Open DocSavage opened 11 years ago

DocSavage commented 11 years ago

I'm trying to use thrift4go to get communication between a Go HTTP server and a javascript client, which I believe would require TJsonProtocol and HTTP transport. I'm not seeing how to do it. There's a HTTP client implementation, but how would you implement a HTTP server? Thanks!