Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/bsocks
SOCKS client for node.js
https://github.com/bcoin-org/bsocks
Last synced: 6 days ago
JSON representation
SOCKS client for node.js
- Host: GitHub
- URL: https://github.com/bcoin-org/bsocks
- Owner: bcoin-org
- License: other
- Created: 2017-11-02T14:24:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T14:20:37.000Z (about 1 year ago)
- Last Synced: 2024-10-28T11:45:16.845Z (15 days ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 5
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bsocks
SOCKS client for node.js.
## Usage
``` js
const socks = require('bsocks');
```## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. ``## License
- Copyright (c) 2017, Christopher Jeffrey (MIT License).
See LICENSE for more info.