{"id":24580424,"url":"https://github.com/candyframework/candy-deno","last_synced_at":"2026-06-27T23:31:54.573Z","repository":{"id":273655299,"uuid":"919304983","full_name":"candyframework/candy-deno","owner":"candyframework","description":"candyjs deno version","archived":false,"fork":false,"pushed_at":"2025-03-13T03:34:53.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-13T04:26:19.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/candyframework.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-20T06:33:53.000Z","updated_at":"2025-03-13T03:34:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"c97ec8a5-dc70-4740-9d00-8cc2191a0486","html_url":"https://github.com/candyframework/candy-deno","commit_stats":null,"previous_names":["candyframework/candy-deno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/candyframework/candy-deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candyframework%2Fcandy-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candyframework%2Fcandy-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candyframework%2Fcandy-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candyframework%2Fcandy-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/candyframework","download_url":"https://codeload.github.com/candyframework/candy-deno/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/candyframework%2Fcandy-deno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34872279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-24T01:54:08.006Z","updated_at":"2026-06-27T23:31:54.555Z","avatar_url":"https://github.com/candyframework.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## An object-oriented efficient MVC and RESTful framework\n\nThis project is rewritten based on the architecture of Project [CandyJs](https://github.com/candyframework)\n\n## Quick start\n\nCandyJs application start with an entry file\n\n```typescript\nimport type HttpRequest from '@candy/framework/http/HttpRequest';\nimport Main from '@candy/framework';\nimport Application from '@candy/framework/rest/Application';\nimport HttpResponse from '@candy/framework/http/HttpResponse';\n\nconst app = new Application({\n    id: 'rest',\n    debug: true,\n});\n\napp.get('/', async (_request: HttpRequest) =\u003e {\n    return HttpResponse.fromText('Hello, world!');\n});\n\napp.get('/user/{id}', async (_request: HttpRequest, parameters: any) =\u003e {\n    return HttpResponse.fromText('User ' + parameters.id);\n});\n\nconst main = new Main(app);\nmain.listen({\n    port: 2333,\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandyframework%2Fcandy-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcandyframework%2Fcandy-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandyframework%2Fcandy-deno/lists"}