Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattcg/socks5-client
SOCKS v5 client socket implementation in JavaScript for Node.JS.
https://github.com/mattcg/socks5-client
client client-socket javascript nodejs proxy socks5
Last synced: 25 days ago
JSON representation
SOCKS v5 client socket implementation in JavaScript for Node.JS.
- Host: GitHub
- URL: https://github.com/mattcg/socks5-client
- Owner: mattcg
- License: other
- Created: 2013-03-02T00:12:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-06-09T19:26:44.000Z (over 3 years ago)
- Last Synced: 2024-10-07T20:48:05.504Z (2 months ago)
- Topics: client, client-socket, javascript, nodejs, proxy, socks5
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 56
- Watchers: 6
- Forks: 31
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **50**星
README
# SOCKS5 Client #
SOCKS v5 client socket implementation in JavaScript for Node.js.
Original code forked from [node-socksified](https://github.com/vially/node-socksified).
## Usage ##
Look at [socks5-http-client](https://github.com/mattcg/socks5-http-client) or [socks5-https-client](https://github.com/mattcg/socks5-https-client) for an example.
## License ##
Copyright (c) 2012 [Matthew Caruana Galizia](http://twitter.com/mcaruanagalizia). See `LICENSE`.
Portions of this code are copyright (c) 2011 Valentin Háloiu.