THRIFT-2164 Add a Get/Post Http Server to Node along with examples
authorHenrique Mendonça <henrique@apache.org>
Fri, 20 Sep 2013 14:47:02 +0000 (16:47 +0200)
committerHenrique Mendonça <henrique@apache.org>
Fri, 20 Sep 2013 15:09:50 +0000 (17:09 +0200)
commita9e624811f07e23fc280932e6b05587ce69c1644
treefaf2e4f21ef5eb368bcb992102b85995c660a6f4
parent6b43fa37958c944d918f51794e77ef3b69abf55f
THRIFT-2164 Add a Get/Post Http Server to Node along with examples
Client: nodejs
Patch: Randy Abernethy

small change to run on 0.6.x
lib/nodejs/examples/README.md
lib/nodejs/examples/hello.html [new file with mode: 0644]
lib/nodejs/examples/hello.js [new file with mode: 0644]
lib/nodejs/examples/hello.thrift [new file with mode: 0644]
lib/nodejs/lib/thrift/index.js
lib/nodejs/lib/thrift/server.js
lib/nodejs/lib/thrift/static_server.js [new file with mode: 0644]