mscdex / socksv5

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

I have a doubt #42

Closed castrorry closed 5 years ago

castrorry commented 5 years ago

Is NodeJS 'Garbage Collector good for handling multiple connections on a SocksV5 server? I need to implement a server, which supports Socks in SSH (For accept tunnel in SSH), and I only have JS domains.

mscdex commented 5 years ago

General questions about node/V8 like this are better suited for places like https://github.com/nodejs/help or StackOverflow.