{"id":46387612,"url":"https://github.com/zenqos/zenqo","last_synced_at":"2026-04-01T17:12:56.792Z","repository":{"id":340684518,"uuid":"1162378570","full_name":"zenqos/zenqo","owner":"zenqos","description":"A return-value-based Go web framework for building clean, scalable server-side applications.","archived":false,"fork":false,"pushed_at":"2026-03-25T12:44:30.000Z","size":375,"stargazers_count":1,"open_issues_count":10,"forks_count":2,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-03-25T17:12:11.039Z","etag":null,"topics":["chi","go","golang","rest-api","web-framework"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/zenqos/zenqo","language":"Go","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/zenqos.png","metadata":{"files":{"readme":"README.ko.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-20T07:27:15.000Z","updated_at":"2026-03-25T12:44:35.000Z","dependencies_parsed_at":"2026-03-05T08:00:55.143Z","dependency_job_id":null,"html_url":"https://github.com/zenqos/zenqo","commit_stats":null,"previous_names":["zenqos/zenqo"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/zenqos/zenqo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenqos%2Fzenqo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenqos%2Fzenqo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenqos%2Fzenqo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenqos%2Fzenqo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenqos","download_url":"https://codeload.github.com/zenqos/zenqo/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenqos%2Fzenqo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":["chi","go","golang","rest-api","web-framework"],"created_at":"2026-03-05T08:00:44.481Z","updated_at":"2026-04-01T17:12:56.786Z","avatar_url":"https://github.com/zenqos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"right\"\u003e\n  \u003ca href=\"README.md\"\u003eEnglish\u003c/a\u003e | \u003cb\u003e한국어\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/logo-wordmark.svg\" alt=\"Zenqo\" width=\"260\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e반환값 기반의 \u003ca href=\"https://go.dev\" target=\"_blank\"\u003eGo\u003c/a\u003e 웹 프레임워크 — 깔끔하고 확장 가능한 서버 사이드 애플리케이션 구축을 위해\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/zenqos/zenqo/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/zenqos/zenqo/actions/workflows/ci.yml/badge.svg\" alt=\"CI\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://pkg.go.dev/github.com/zenqos/zenqo\"\u003e\u003cimg src=\"https://pkg.go.dev/badge/github.com/zenqos/zenqo.svg\" alt=\"Go Reference\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://goreportcard.com/report/github.com/zenqos/zenqo\"\u003e\u003cimg src=\"https://goreportcard.com/badge/github.com/zenqos/zenqo\" alt=\"Go Report Card\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/zenqos/zenqo/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/zenqos/zenqo\" alt=\"License\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## 소개\n\nZenqo는 효율적이고 유지보수하기 쉬운 Go 웹 애플리케이션을 위한 프레임워크입니다. 핸들러는 `http.ResponseWriter`에 직접 쓰는 대신 `(data, error)`를 반환하고, 프레임워크가 JSON 직렬화, 상태 코드, 에러 응답을 자동으로 처리합니다.\n\n내부적으로 \u003ca href=\"https://github.com/go-chi/chi\" target=\"_blank\"\u003echi\u003c/a\u003e를 라우터로 사용합니다.\n\n## 철학\n\n핸들러는 `(data, error)`를 반환하는 순수 함수입니다. 프레임워크가 JSON 직렬화, 상태 코드, 에러 응답을 처리하므로 코드는 비즈니스 로직에만 집중할 수 있습니다.\n\n```go\n// Zenqo\nfunc getUser(r *http.Request) (any, error) {\n    user, err := svc.FindByID(id)\n    if err != nil {\n        return nil, core.ErrNotFound(\"user not found\")\n    }\n    return user, nil\n}\n```\n\n## 시작하기\n\n```bash\ngo install github.com/zenqos/zenqo/cmd/zenqo@latest\nzenqo new my-app\ncd my-app \u0026\u0026 go run .\n```\n\n→ 전체 가이드: [시작하기](./docs/getting-started.ko.md)\n\n## 주요 기능\n\n- **반환값 핸들러** — `(any, error)` 시그니처, JSON 및 상태 코드 자동 처리\n- **컨트롤러** — `BaseController`로 라우트를 기본 경로 아래에 묶기\n- **Bind \u0026 Validate** — `Bind[T]`로 JSON 디코딩과 유효성 검사를 한 번에\n- **가드 \u0026 인터셉터** — 라우트, 컨트롤러, 전역 수준의 접근 제어\n- **에러 처리** — 패닉 복구, 타입 에러, 커스터마이즈 가능한 에러 핸들러\n- **자동 camelCase** — `json` 태그 없이도 camelCase JSON 직렬화\n- **내장 미들웨어** — CORS, 보안 헤더, 요청 ID, 패닉 복구\n\n## 예제\n\n- [`examples/basic`](./examples/basic) — 컨트롤러 없이 직접 라우트 등록\n- [`examples/crud`](./examples/crud) — 컨트롤러 + 서비스 패턴의 CRUD API\n- [`examples/auth`](./examples/auth) — 가드, 인터셉터, Bind+Validation을 활용한 JWT 인증\n\n## 문서\n\n| 주제 | EN | KO |\n|------|----|----|\n| 시작하기 | [→](./docs/getting-started.md) | [→](./docs/getting-started.ko.md) |\n| 컨트롤러 | [→](./docs/controllers.md) | [→](./docs/controllers.ko.md) |\n| 요청 바인딩 | [→](./docs/request-binding.md) | [→](./docs/request-binding.ko.md) |\n| 에러 처리 | [→](./docs/error-handling.md) | [→](./docs/error-handling.ko.md) |\n| 가드 \u0026 인터셉터 | [→](./docs/guards-interceptors.md) | [→](./docs/guards-interceptors.ko.md) |\n| 미들웨어 | [→](./docs/middleware.md) | [→](./docs/middleware.ko.md) |\n| OpenAPI | [→](./docs/openapi.md) | [→](./docs/openapi.ko.md) |\n\n- [CHANGELOG](./CHANGELOG.md) — 버전 히스토리\n- [pkg.go.dev](https://pkg.go.dev/github.com/zenqos/zenqo) — API 레퍼런스 (GoDoc)\n\n## 기여자\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\n        \u003ca href=\"https://github.com/ftery0\"\u003e\n          \u003cimg src=\"https://avatars.githubusercontent.com/u/127281057?v=4\" width=\"80px;\" alt=\"ftery0\"/\u003e\u003cbr /\u003e\n          \u003csub\u003e\u003cb\u003eftery0\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003ca title=\"Code\"\u003e💻\u003c/a\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\n        \u003ca href=\"https://github.com/RogueTex\"\u003e\n          \u003cimg src=\"https://avatars.githubusercontent.com/u/218665445?v=4\" width=\"80px;\" alt=\"Raghu :)\"/\u003e\u003cbr /\u003e\n          \u003csub\u003e\u003cb\u003eRaghu :)\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003ca title=\"Code\"\u003e💻\u003c/a\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\n        \u003ca href=\"https://github.com/aicontentcreate2023-star\"\u003e\n          \u003cimg src=\"https://avatars.githubusercontent.com/u/259026231?v=4\" width=\"80px;\" alt=\"aicontentcreate2023-star\"/\u003e\u003cbr /\u003e\n          \u003csub\u003e\u003cb\u003eaicontentcreate2023-star\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003ca title=\"Code\"\u003e💻\u003c/a\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n## 기여하기\n\n기여를 환영합니다! PR 제출 전에 [기여 가이드](CONTRIBUTING.md)를 읽어주세요.\n\n## 보안\n\n보안 취약점 발견 시 **공개 이슈를 열지 마세요**. [보안 정책](SECURITY.md)의 안내에 따라 신고해주세요.\n\n## 연락처\n\n- 작성자 — [@ftery0](https://github.com/ftery0)\n\n## 라이선스\n\nZenqo는 [MIT 라이선스](LICENSE)를 따릅니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenqos%2Fzenqo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenqos%2Fzenqo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenqos%2Fzenqo/lists"}