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

Hudson commented on THRIFT-2164:
--------------------------------

FAILURE: Integrated in Thrift #908 (See 
[https://builds.apache.org/job/Thrift/908/])
THRIFT-2164 Add a Get/Post Http Server to Node along with examples (henrique: 
rev 7cf085e6c5bd1ca574cff0a1d209b13395d0d449)
* lib/nodejs/lib/thrift/index.js
* lib/nodejs/examples/hello.thrift
* lib/nodejs/lib/thrift/static_server.js
* lib/nodejs/lib/thrift/server.js
* lib/nodejs/examples/README.md
* lib/nodejs/examples/hello.js
* lib/nodejs/examples/hello.html

                
> Add a Get/Post Http Server to Node along with examples
> ------------------------------------------------------
>
>                 Key: THRIFT-2164
>                 URL: https://issues.apache.org/jira/browse/THRIFT-2164
>             Project: Thrift
>          Issue Type: New Feature
>          Components: Node.js - Library
>    Affects Versions: 0.9.2
>         Environment: Tested on Windows 7 and Ubuntu 12
>            Reporter: Randy Abernethy
>            Assignee: Randy Abernethy
>            Priority: Minor
>              Labels: nodejs
>         Attachments: 0001-Node-static-http-and-thrift-server.patch
>
>
> This patch adds a createHttpGetPostServer() function to the Node.js library 
> allowing a server to be created which will serve pages as well as handle 
> Thrift RPC. This is convenient in avoiding cross domain browser issues for 
> testing among other things. In particular, Browser based html/JavaScript can 
> be loaded from the node server and Thrift RPC calls can be made subsequently 
> to the same server. The patch includes a demo with a hello.html (the browser 
> client), hello.js (the node server) and hello.thrift (the service 
> definition). 

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