Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
This allows javascript clients to be built for browser based access to thrift services.
The supported transport is XHTTPRequest and the supported Protocol is compatible with TJSONProtocol
I've added a test in lib/js that is a java based HTTP server which implements ThriftTest service.
I've put a version of this test service here http://3.rdrail.net:8080/test/test.html if you'd like to see it in action.
It's been tested in ie 6,7,8, FF, and Safari.
Let me know if you hit any issues. The protocol and transport code aren't very error tolerant, but overall it seems to work quite well.