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 14:47:02 +0000 (16:47 +0200)
commit7cf085e6c5bd1ca574cff0a1d209b13395d0d449
treed0a6266a8a6de04a2cde97767f4f9116b5359c36
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]