thriftpy
thriftpy copied to clipboard
Embedding http server inside thrift server
Hi,
thanks for the work on the thriftpy, it made us much easier to wrap up our internal machine learning service with it!
however i wonder if it's possible to embed a http server inside a thrift server? i.e. shares same port and be able to test service on a web interface, this could make debugging much easier.
Googling around, i came across http://www.avabodh.com/thrift/http.html, which seems supported by Thrift?
thanks,