THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScript
authorhenrique <henrique@apache.org>
Fri, 7 Mar 2014 21:16:51 +0000 (22:16 +0100)
committerhenrique <henrique@apache.org>
Fri, 7 Mar 2014 21:16:51 +0000 (22:16 +0100)
commit2a7dccc8a06a2240f785255492d04a82c669ae9b
tree4ba9963d13333d50f8083e4ae03822f2c7d84445
parentb39b5ea95d9b1851c437eaa80bc73d0acb643fa6
THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScript
Patch: Randy Abernethy
16 files changed:
compiler/cpp/src/generate/t_js_generator.cc
lib/js/Gruntfile.js
lib/js/README
lib/js/src/thrift.js
lib/js/test/README [new file with mode: 0644]
lib/js/test/server_http.js
lib/js/test/server_https.js [new file with mode: 0644]
lib/js/test/test-async.js [new file with mode: 0644]
lib/js/test/test-jq.js
lib/js/test/test-nojq.js
lib/js/test/test.html
lib/js/test/test_handler.js
lib/js/test/testws.html [new file with mode: 0644]
lib/nodejs/lib/thrift/index.js
lib/nodejs/lib/thrift/static_server.js [deleted file]
lib/nodejs/lib/thrift/web_server.js [new file with mode: 0644]