{"id":13539421,"url":"https://github.com/blinksocks/blinksocks","last_synced_at":"2025-04-12T23:41:32.649Z","repository":{"id":91354792,"uuid":"76044458","full_name":"blinksocks/blinksocks","owner":"blinksocks","description":"A framework for building composable proxy protocol stack.","archived":false,"fork":false,"pushed_at":"2019-03-24T11:49:55.000Z","size":3908,"stargazers_count":585,"open_issues_count":5,"forks_count":78,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-04-04T07:05:42.924Z","etag":null,"topics":["acl","aead","gfw","http","http2","https","multiplexing","nodejs","obfs","protocol","proxy","shadowsocks","shadowsocksr","socks5","tcp","tls","udp","v2ray","vmess","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blinksocks.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-09T14:56:14.000Z","updated_at":"2025-03-17T00:46:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"9090f894-9d8a-4937-a295-8b8a78c5b953","html_url":"https://github.com/blinksocks/blinksocks","commit_stats":{"total_commits":1391,"total_committers":4,"mean_commits":347.75,"dds":0.00790797987059666,"last_synced_commit":"88b2b6c0041ef8df4912f9ff0a9cbbec7a2784d0"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinksocks%2Fblinksocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinksocks%2Fblinksocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinksocks%2Fblinksocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinksocks%2Fblinksocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blinksocks","download_url":"https://codeload.github.com/blinksocks/blinksocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647256,"owners_count":21139081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["acl","aead","gfw","http","http2","https","multiplexing","nodejs","obfs","protocol","proxy","shadowsocks","shadowsocksr","socks5","tcp","tls","udp","v2ray","vmess","websocket"],"created_at":"2024-08-01T09:01:25.622Z","updated_at":"2025-04-12T23:41:32.627Z","avatar_url":"https://github.com/blinksocks.png","language":"JavaScript","readme":"# blinksocks\n\n[![version](https://img.shields.io/npm/v/blinksocks.svg)](https://www.npmjs.com/package/blinksocks)\n[![downloads](https://img.shields.io/npm/dt/blinksocks.svg)](https://www.npmjs.com/package/blinksocks)\n[![license](https://img.shields.io/npm/l/blinksocks.svg)](https://github.com/blinksocks/blinksocks/blob/master/LICENSE)\n[![dependencies](https://img.shields.io/david/blinksocks/blinksocks.svg)](https://www.npmjs.com/package/blinksocks)\n[![devDependencies](https://img.shields.io/david/dev/blinksocks/blinksocks.svg)](https://www.npmjs.com/package/blinksocks)\n\n[![Travis](https://img.shields.io/travis/blinksocks/blinksocks.svg)](https://travis-ci.org/blinksocks/blinksocks)\n[![Coverage](https://img.shields.io/codecov/c/github/blinksocks/blinksocks/master.svg)](https://codecov.io/gh/blinksocks/blinksocks)\n[![%e2%9d%a4](https://img.shields.io/badge/made%20with-%e2%9d%a4-ff69b4.svg)](https://github.com/blinksocks/blinksocks)\n\n\u003e A framework for building composable proxy protocol stack.\n\n![](docs/blinksocks.png)\n\n\u003e Looking for GUI? Here it is: https://github.com/blinksocks/blinksocks-gui\n\n## Features\n\n* Cross-platform: running on Linux, Windows and macOS.\n* Lightweight proxy interfaces: Socks5/Socks4/Socks4a and HTTP/HTTPS.\n* Transport Layer Support: TCP, UDP, [TLS], [HTTP2], [WebSocket] and [WebSocket/TLS].\n* TCP/TLS/HTTP2/WebSocket [multiplexing].\n* Convenient protocol [customization].\n* Access Control List([ACL]) support.\n* Built-In [shadowsocks], [shadowsocksR], [v2ray vmess] protocols.\n* Out of the box distribution and deployment.\n\n## Getting Started\n\n### Requirements\n\n- [Node.js](https://nodejs.org) `v8.4.x` and above.\n\n### Install or Upgrade\n\nYou can get the latest blinksocks via package manager **yarn** or **npm**.\n\n\u003e NOTE: Node.js comes with npm installed so you don't have to install npm individually.\n\n```\n$ npm install -g blinksocks\n```\n\n## Run blinksocks\n\n```\n$ blinksocks --help\n```\n\nFor configuring blinksocks, please refer to [Configuration](docs/config).\n\n## Documents\n\n### For Users\n\n1. [Usage](docs/usage)\n2. [Configuration](docs/config)\n3. [Presets](docs/presets)\n4. [Examples](docs/examples)\n\n### For Developers\n\n1. [Preparation](docs/development/preparation)\n2. [Architecture](docs/development/architecture)\n3. [API](docs/development/api)\n4. [Benchmark](docs/benchmark)\n\n## Contributors\n\nSee [contributors](https://github.com/blinksocks/blinksocks/graphs/contributors).\n\n## License\n\nApache License 2.0\n\n[customization]: docs/development/api\n[ACL]: docs/config#access-control-list\n[TLS]: docs/examples/tls\n[HTTP2]: docs/examples/http2\n[WebSocket]: docs/examples/websocket\n[WebSocket/TLS]: docs/examples/websocket-tls\n[multiplexing]: docs/examples/multiplexing\n[shadowsocks]: docs/examples/shadowsocks\n[shadowsocksR]: docs/examples/shadowsocksr\n[v2ray vmess]: docs/examples/v2ray-vmess\n","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具","JavaScript","JavaScript (485)","\u003ca id=\"1a9934198e37d6d06b881705b863afc8\"\u003e\u003c/a\u003e通信\u0026\u0026代理\u0026\u0026反向代理\u0026\u0026隧道"],"sub_categories":["\u003ca id=\"57b8e953d394bbed52df2a6976d98dfa\"\u003e\u003c/a\u003eSocks","\u003ca id=\"56acb7c49c828d4715dce57410d490d1\"\u003e\u003c/a\u003e未分类-Proxy"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinksocks%2Fblinksocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblinksocks%2Fblinksocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinksocks%2Fblinksocks/lists"}