{"id":14989605,"url":"https://github.com/jimizai/type-foxx","last_synced_at":"2026-01-04T09:04:13.076Z","repository":{"id":39490690,"uuid":"278795273","full_name":"jimizai/type-foxx","owner":"jimizai","description":"a simple http server framework for Node.js","archived":false,"fork":false,"pushed_at":"2022-11-11T22:50:51.000Z","size":2209,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"2.x","last_synced_at":"2025-03-13T02:36:35.130Z","etag":null,"topics":["injectable","koa","monorepo","nodejs","nx","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimizai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-11T05:31:23.000Z","updated_at":"2021-12-21T14:32:29.000Z","dependencies_parsed_at":"2023-01-21T02:02:34.854Z","dependency_job_id":null,"html_url":"https://github.com/jimizai/type-foxx","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimizai%2Ftype-foxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimizai%2Ftype-foxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimizai%2Ftype-foxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimizai%2Ftype-foxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimizai","download_url":"https://codeload.github.com/jimizai/type-foxx/tar.gz/refs/heads/2.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244875047,"owners_count":20524591,"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":["injectable","koa","monorepo","nodejs","nx","typescript"],"created_at":"2024-09-24T14:18:38.433Z","updated_at":"2026-01-04T09:04:08.046Z","avatar_url":"https://github.com/jimizai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Quick start\n\n```shell\n$ npm install -g @jimizai/foxx-cli\n$ foxx init \u003cproject-name\u003e\n```\n\n### Hello foxx\n\n```typescript\n// main.ts\nimport { boostrap } from '@jimizai/core';\nimport { KoaFoxxDriver } from '@jimizai/driver-koa';\nimport './app/home.controller';\n\nboostrap({\n  Driver: KoaFoxxDriver,\n  srcDirs: [],\n});\n\n// app/home.controller.ts\nimport { Get, Controller } from '@jimizai/decorators';\n\n@Controller()\nexport class HomeController {\n  @Get()\n  home() {\n    return 'hello foxx';\n  }\n}\n```\n\n### Quick started\n\n- [simple](https://github.com/jimizai/type-foxx/tree/2.x/apps/simple) - A simple example to quick start use foxx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimizai%2Ftype-foxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimizai%2Ftype-foxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimizai%2Ftype-foxx/lists"}