rethinkdbdash
rethinkdbdash copied to clipboard
Fix incompatibility with node 0.10.43 (and probably others)
This PR probably needs more review, I basically just hacked this together to get my app running.
The gist is that rethinkdbdash (and the official rethinkdb driver, see https://github.com/rethinkdb/rethinkdb/issues/4816) don't work with tls on node 0.10, this PR fixes that for rethinkdbdash.
rethinkdbdash started with support for 0.11.x only. I think we never supported 0.10.x.
On a general note, we somehow don't try very hard to keep compatibility with old versions of node. Node 1.0.0 was released something like 2 years ago, in the node environment, this is a long time to update your node.
close?