Yes, there are already a dozen SOCKS v5-capable proxy server and/or client 
modules on npm, however I thought I'd throw my own implementations into the 
ring for anyone who is interested.

Features:

* SOCKS v5 client and server implementations in one module (obviously), 
with APIs similar to `net.Server` and `net.Socket`
* CONNECT request support (no BIND or UDP -- yet...)
* IPv4, IPv6, and remote DNS support
* Modular authentication handling system with "no authentication" and 
user/password authentication handlers built-in
* Interruptible parsers for reliability
* Ability for the server to intercept requests instead of passing the 
connection through to its intended destination
* Tests
* Maintained
* Written in JavaScript

Install via: npm install socksv5
Github/Documentation: https://github.com/mscdex/socksv5

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/d921d568-d211-4bad-88e9-c9b8a65ade93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to