[ 
https://issues.apache.org/jira/browse/THRIFT-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13752357#comment-13752357
 ] 

Hudson commented on THRIFT-1893:
--------------------------------

SUCCESS: Integrated in Thrift #875 (See 
[https://builds.apache.org/job/Thrift/875/])
THRIFT-1893 HTTP/JSON server/client for node.js (henrique: rev 
452dd5b42b2074978a1cce76f4e98548b6021cc4)
* lib/js/thrift.js
* lib/nodejs/lib/thrift/index.js
* lib/nodejs/examples/server_http.js
* lib/nodejs/lib/thrift/server.js
* lib/nodejs/lib/thrift/protocol.js
* lib/nodejs/package.json

                
> HTTP/JSON server/client for node js
> -----------------------------------
>
>                 Key: THRIFT-1893
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1893
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Node.js - Library
>    Affects Versions: 0.9
>            Reporter: Phillip Campbell
>            Assignee: Henrique Mendonça
>            Priority: Minor
>              Labels: json, node, nodejs
>             Fix For: 1.0
>
>         Attachments: thrift-1893-node-http.patch
>
>
> I have written a http server for node js, and am in progress on a http client 
> for node js. I will contribute a patch file when I am done, however I am 
> having a few problems figuring out how things need to be implemented. I am 
> trying to follow the ruby implementation as an example, but am unsure how to 
> make sure I implement things correct. I assume the link in the README under 
> requirements was supposed to explain these things, but currently 
> http://wiki.apache.org/thrift/ThriftRequirements leads to gibberish.
> Questions I have are:
> Do I need to implement a JSON protocol?
> On an http request, do I need to ensure the request is a POST? Check for 
> headers? What is required?
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to