{"id":13367449,"url":"https://github.com/juicity/juicity","last_synced_at":"2026-01-22T20:19:20.970Z","repository":{"id":184486223,"uuid":"671979669","full_name":"juicity/juicity","owner":"juicity","description":"juicity is a quic-based proxy protocol implementation.","archived":false,"fork":false,"pushed_at":"2024-05-14T12:09:31.000Z","size":174,"stargazers_count":775,"open_issues_count":14,"forks_count":82,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-07-30T01:10:08.868Z","etag":null,"topics":["juicity","protocol","proxy","quic"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juicity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOGS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-28T15:42:29.000Z","updated_at":"2024-07-29T01:35:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfd0c4f2-b5bd-48f9-b52b-e94a8b7aa588","html_url":"https://github.com/juicity/juicity","commit_stats":null,"previous_names":["juicity/juicity"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juicity%2Fjuicity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juicity%2Fjuicity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juicity%2Fjuicity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juicity%2Fjuicity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juicity","download_url":"https://codeload.github.com/juicity/juicity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221309983,"owners_count":16795838,"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":["juicity","protocol","proxy","quic"],"created_at":"2024-07-30T00:01:49.605Z","updated_at":"2026-01-22T20:19:20.959Z","avatar_url":"https://github.com/juicity.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Juicity\n\n\u003cp align=\"left\"\u003e\n    \u003cimg src=\"https://github.com/juicity/juicity/actions/workflows/build.yml/badge.svg\" alt=\"Build\"/\u003e\n    \u003cimg src=\"https://custom-icon-badges.herokuapp.com/github/license/juicity/juicity?logo=law\u0026color=blue\" alt=\"License\"/\u003e\n    \u003cimg src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fjuicity%2Fjuicity\u0026count_bg=%23493DC8\u0026title_bg=%23555555\u0026icon=\u0026icon_color=%23E7E7E7\u0026title=hits\u0026edge_flat=false\"/\u003e\n    \u003cimg src=\"https://custom-icon-badges.herokuapp.com/github/v/release/juicity/juicity?logo=rocket\" alt=\"version\"\u003e\n    \u003cimg src=\"https://custom-icon-badges.herokuapp.com/github/issues-pr-closed/juicity/juicity?color=purple\u0026logo=git-pull-request\u0026logoColor=white\"/\u003e\n    \u003cimg src=\"https://custom-icon-badges.herokuapp.com/github/last-commit/juicity/juicity?logo=history\u0026logoColor=white\" alt=\"lastcommit\"/\u003e\n\u003c/p\u003e\n\nJuicity is a quic-based proxy protocol and implementation, inspired by tuic (with many thanks).\n\nJuicity is implemented with the following goals:\n\n- [x] More stable.\n- [x] More actively maintained.\n- [x] Better UDP implementation.\n- [x] Better compatibility and consistency with clients in Golang.\n\n## [juicity-server](cmd/server/README.md)\n\n## Client\n\n- [juicity/juicity-client](cmd/client/README.md) \u003cimg src=\"https://www.v2fly.org/tools/win.svg\" height=16/\u003e\u003cimg src=\"https://www.v2fly.org/tools/linux.svg\" height=16/\u003e\u003cimg src=\"https://www.v2fly.org/tools/apple.svg\" height=16/\u003e (CLI)\n- [daeuniverse/dae](https://github.com/daeuniverse/dae) \u003cimg src=\"https://www.v2fly.org/tools/linux.svg\" height=16/\u003e (CLI)\n- [daeuniverse/daed](https://github.com/daeuniverse/daed) \u003cimg src=\"https://www.v2fly.org/tools/linux.svg\" height=16/\u003e (Web UI)\n- [v2rayA/v2rayA](https://github.com/v2rayA/v2rayA) \u003cimg src=\"https://www.v2fly.org/tools/win.svg\" height=16/\u003e\u003cimg src=\"https://www.v2fly.org/tools/linux.svg\" height=16/\u003e\u003cimg src=\"https://www.v2fly.org/tools/apple.svg\" height=16/\u003e (Web UI)\n\n## Link Format\n\nFull parameters:\n\n```shell\njuicity://uuid:password@122.12.31.66:port?congestion_control=bbr\u0026sni=www.example.com\u0026allow_insecure=0\u0026pinned_certchain_sha256=CERT_HASH\n```\n\nMini parameters:\n\n```shell\njuicity://uuid:password@example.com:port?congestion_control=bbr\n```\n\n## Juicity Specification\n\nAbout the specification of the protocol, you can find it [here](docs/spec_en.md).\n\n## License\n\n[AGPL-3.0 (C) juicity](https://github.com/juicity/juicity/blob/main/LICENSE)\n\n## Stargazers over time\n\n[![Stargazers over time](https://starchart.cc/juicity/juicity.svg)](https://starchart.cc/juicity/juicity)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuicity%2Fjuicity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuicity%2Fjuicity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuicity%2Fjuicity/lists"}