Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 321 Bytes

README.rst

File metadata and controls

12 lines (7 loc) · 321 Bytes

SOCKS implementation in node.js

A simple SOCKS implementation and demo proxy in node.js.

You can run it easily as:

./socks

This will create a proxy at 127.0.0.1 on port 8888.

You can use this as a good starting point for writing a proxy or a tunnel!