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!
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!