THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry...
authorJens Geyer <jensg@apache.org>
Fri, 10 Jan 2014 20:26:25 +0000 (21:26 +0100)
committerJens Geyer <jensg@apache.org>
Fri, 10 Jan 2014 20:26:25 +0000 (21:26 +0100)
commitb9d55220ceb718b8fc32ef78874744072ef27893
treebb99f497b0b898c66d6721b04aedf893dd244b27
parent11c813ea3c36b6211991c01e6c24055ea682f7bf
THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry fixes

Patch: Randy Abernethy, Pierre Lamot
19 files changed:
lib/nodejs/lib/thrift/connection.js
lib/nodejs/lib/thrift/multiplexed_processor.js
lib/nodejs/lib/thrift/protocol.js
lib/nodejs/lib/thrift/server.js
lib/nodejs/lib/thrift/static_server.js
lib/nodejs/lib/thrift/transport.js
test/nodejs/client.js
test/nodejs/client_bin.js [new file with mode: 0644]
test/nodejs/client_json.js [new file with mode: 0644]
test/nodejs/client_json_frame.js [new file with mode: 0644]
test/nodejs/server.js
test/nodejs/server_bin.js [new file with mode: 0644]
test/nodejs/server_http.js [new file with mode: 0644]
test/nodejs/server_json.js [new file with mode: 0644]
test/nodejs/server_json_frame.js [new file with mode: 0644]
test/nodejs/test.html [new file with mode: 0644]
test/nodejs/test.js [new file with mode: 0644]
test/nodejs/test_handler.js [new file with mode: 0644]
test/nodejs/thrift_test_driver.js [new file with mode: 0644]