THRIFT-2376 nodejs: allow Promise style calls for client and server
authorhenrique <henrique@apache.org>
Sun, 23 Feb 2014 19:16:44 +0000 (20:16 +0100)
committerhenrique <henrique@apache.org>
Tue, 25 Feb 2014 21:11:10 +0000 (22:11 +0100)
commit312362314c23ba199fca5c92868f6411afd2fc63
treec476e8e393f3ad021a792a8dd9d9036aaf312924
parentf36fda203565430086e23ab6a231fdc5ec3d4b48
THRIFT-2376 nodejs: allow Promise style calls for client and server
patch:  Pierre Lamot
compiler/cpp/src/generate/t_js_generator.cc
lib/nodejs/package.json
lib/nodejs/test/client.js
lib/nodejs/test/server.js
lib/nodejs/test/testAll.sh
lib/nodejs/test/test_handler_promise.js [new file with mode: 0644]
lib/nodejs/test/thrift_test_driver_promise.js [new file with mode: 0644]
tutorial/nodejs/Makefile.am
tutorial/nodejs/NodeClient.js
tutorial/nodejs/NodeClientPromise.js [new file with mode: 0644]
tutorial/nodejs/NodeServerPromise.js [new file with mode: 0644]