mscdex / socksv5

SOCKS protocol version 5 server and client implementations for node.js
MIT License
399 stars 121 forks source link

does socksv5 support node v0.8? #1

Closed sequoiar closed 10 years ago

jhermsmeier commented 10 years ago

It says in the README:

Requirements node.js -- v0.10.0 or newer

mscdex commented 10 years ago

It might work with the readable-stream module to fill the streams2 void in node v0.8, but most people have switched to node v0.10 by now and I'm not as inclined to support node v0.8 for the time being.