{"id":30284623,"url":"https://github.com/lsongdev/node-socks5","last_synced_at":"2026-02-16T19:35:04.942Z","repository":{"id":57365616,"uuid":"81537235","full_name":"lsongdev/node-socks5","owner":"lsongdev","description":"simple socks proxy client/server","archived":false,"fork":false,"pushed_at":"2019-12-30T06:20:11.000Z","size":10,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T03:04:59.558Z","etag":null,"topics":["network","networking","proxy","socks","socks-proxy","socks5"],"latest_commit_sha":null,"homepage":"https://npmjs.org/socks-proxy","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-10T07:06:01.000Z","updated_at":"2025-08-27T13:34:49.000Z","dependencies_parsed_at":"2022-08-23T20:10:14.971Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/node-socks5","commit_stats":null,"previous_names":["lsongdev/socks-proxy","song940/socks-proxy","lsongdev/node-socks5"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/node-socks5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-socks5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-socks5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-socks5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-socks5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/node-socks5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fnode-socks5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29516170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T18:37:19.720Z","status":"ssl_error","status_checked_at":"2026-02-16T18:36:46.920Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["network","networking","proxy","socks","socks-proxy","socks5"],"created_at":"2025-08-16T19:11:40.287Z","updated_at":"2026-02-16T19:35:04.918Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## socks-proxy ![socks-proxy@1.0.0](https://img.shields.io/npm/v/socks-proxy.svg)\n\n\u003e socks proxy client and server in node.js\n\n### Installation\n\n```bash\n$ npm install socks-proxy\n```\n\n### Example\n\n```js\nconst socks = require('socks-proxy');\n\nconst server = socks.createServer(client =\u003e {\n  client.reply(0);\n  client.end('hello \\n');\n});\n\nserver.listen(1080);\n```\n\n### SPEC\n\n+ rfc1928\n+ rfc1929\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fnode-socks5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fnode-socks5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fnode-socks5/lists"}