socks proxy client and server in node.js
npm install socks-proxy> socks proxy client and server in node.js
``bash`
$ npm install socks-proxy
`js
const socks = require('socks-proxy');
const server = socks.createServer();
server.listen(1080);
`
+ rfc1928
+ rfc1929
---