{"id":18057014,"url":"https://github.com/slashhuang/cuty","last_synced_at":"2025-04-11T04:40:46.331Z","repository":{"id":92748441,"uuid":"86723425","full_name":"slashhuang/cuty","owner":"slashhuang","description":"A MVC Node.js framework inspired by koa and spring ","archived":false,"fork":false,"pushed_at":"2017-04-21T09:01:02.000Z","size":150,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-25T09:31:21.152Z","etag":null,"topics":["cuty","framework","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/slashhuang.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-30T16:17:04.000Z","updated_at":"2020-12-09T09:43:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"854641e8-af0d-497a-9f73-1b6cb017af02","html_url":"https://github.com/slashhuang/cuty","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"e7e71d2871e2be3b683d3fcb37db87d67d3065e6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashhuang%2Fcuty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashhuang%2Fcuty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashhuang%2Fcuty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slashhuang%2Fcuty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slashhuang","download_url":"https://codeload.github.com/slashhuang/cuty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345275,"owners_count":21088242,"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":["cuty","framework","nodejs"],"created_at":"2024-10-31T02:06:17.823Z","updated_at":"2025-04-11T04:40:46.308Z","avatar_url":"https://github.com/slashhuang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cuty\n\n Cuty project started on 17/3/31 , It is a Node.js framework driven by MVC and Middlewares.\n\n In Cuty's development , I adopted a lot of ideas from koa and express.\n\n Basically, Cuty combines the advantage of MVC and middleware-flow to shape Node.js application.\n\n## Notice\n\n cuty is still under development , not recommended for product usage\n\n\n## Cuty's features\n\n 1. Cuty helps you to build MVC and middleware workflow Node apps.\n\n 2. LifeCycle hook is integrated in Cuty to facilitate app's flexibility.\n\n 3. Cuty is Completely compatible with Koa's 3rd party middlewares,which means that koa apps can easily migrate to Cuty\n\n\n# install\n\n```js\n\tnpm install cuty\n```\n\n# Usage\n\n```js\n\n    const Cuty = require('cuty');\n    const app = new Cuty();\n    //middleware\n    app.use([(ctx,next) =\u003e {\n      ctx.body = 'Hello Koa';\n      next()\n    }]);\n    http.createServer(app.callback()).listen(3000);\n\n```\n\n\n\n# Comparison with express and Koa\n\n\u003e you can reference the this doc to have an overview comparion.\n\n\u003e [Comparison with Other Frameworks ](./doc/comparison.md)\n\n# changelog\n\n\u003e This repo will continue Cuty's development.\n\n## copyright\n\nslashhuang\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashhuang%2Fcuty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslashhuang%2Fcuty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashhuang%2Fcuty/lists"}