{"id":13418704,"url":"https://github.com/cutelyst/cutelyst","last_synced_at":"2025-05-14T21:04:36.919Z","repository":{"id":33204491,"uuid":"36847099","full_name":"cutelyst/cutelyst","owner":"cutelyst","description":"A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.","archived":false,"fork":false,"pushed_at":"2025-04-10T00:51:30.000Z","size":6150,"stargazers_count":938,"open_issues_count":15,"forks_count":119,"subscribers_count":54,"default_branch":"master","last_synced_at":"2025-04-13T16:07:42.436Z","etag":null,"topics":["catalyst","cplusplus","cpp","cross-platform","fastcgi","http-server","json","qt","uwsgi","webframework"],"latest_commit_sha":null,"homepage":"https://cutelyst.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cutelyst.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":"dantti","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2015-06-04T04:05:28.000Z","updated_at":"2025-04-11T12:34:47.000Z","dependencies_parsed_at":"2023-11-16T13:42:24.158Z","dependency_job_id":"ec2892e5-71d6-43df-a3d2-8b31257eca98","html_url":"https://github.com/cutelyst/cutelyst","commit_stats":{"total_commits":2694,"total_committers":31,"mean_commits":86.90322580645162,"dds":"0.24053452115812912","last_synced_commit":"594beb4d711da2ed8d323d96d651d4a5e638b159"},"previous_names":[],"tags_count":89,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cutelyst%2Fcutelyst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cutelyst%2Fcutelyst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cutelyst%2Fcutelyst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cutelyst%2Fcutelyst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cutelyst","download_url":"https://codeload.github.com/cutelyst/cutelyst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248741206,"owners_count":21154255,"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":["catalyst","cplusplus","cpp","cross-platform","fastcgi","http-server","json","qt","uwsgi","webframework"],"created_at":"2024-07-30T22:01:05.800Z","updated_at":"2025-04-13T16:07:50.439Z","avatar_url":"https://github.com/cutelyst.png","language":"C++","funding_links":["https://patreon.com/dantti"],"categories":["TODO scan for Android support in followings","Web Application Framework","排序","Web框架"],"sub_categories":["Web应用框架"],"readme":"# Cutelyst - The Qt Web Framework \u003cimg title=\"Cutelyst\" src=\"http://i.imgur.com/us1pKAP.png\" width=\"60px\" alt=\"Cutelyst logo\"/\u003e\n\nA Web Framework built on top of Qt, using the simple and elegant approach of Catalyst (Perl) framework.\n\nQt's meta object system is what powers the core of Cutelyst, it allows for introspecting controller's methods signatures and generate matching actions that can be invoked later.\n\n## BENCHMARKS\n\nDon't trust us on being fast, check out the most comprehensive web framework benchmarks by TechEmpower\nhttp://www.techempower.com/benchmarks/\n\n## FEATURES:\n\n * Cross-platform\n * Stable API/ABI - v3 tagged from v3.x.x, v2 tags, v1 on v1.x.x branch (unmaintained)\n * Pluggable Engines\n   * Cutelyst::Server - A cross-platform and fast server engine\n     * HTTP/1.1 - Pipelining and Keep-Alive\n     * HTTP/2 - Upgrade to H2, ALPN negotiation on HTTPS and direct H2C\n     * FastCGI - Pipelining and Keep-Alive\n * WebSockets\n * REST with ActionREST\n * Plugin based views\n   * [Cutelee](https://github.com/cutelyst/cutelee) (A Qt implementation of Django's template engine)\n   * JSON\n   * [Email](https://github.com/cutelyst/simple-mail)\n * Dispatcher\n   * Chained\n   * Path\n * Plugins\n   * Session\n   * Authentication (with PBKDF2)\n   * Authorization with RoleACL\n   * StatusMessage\n   * Validator (to validate user input)\n   * CSRF protection\n   * Memcached\n   * UserAgent\n * Asynchronous processing (just don't use local QEventLoops or it will eventually crash)\n   * Async SQL with [ASql](https://github.com/cutelyst/asql)\n * Upload parser\n * JSON body as QJsonDocument when uploaded data is in JSON format\n * C++20\n * Chunked reponses (via QIODevice write API)\n * Request profiling/stats\n * Unit tested\n * QtCreator integration\n\n## DOCUMENTATION\n\nGet started with our [Tutorial](https://github.com/cutelyst/cutelyst/wiki/Tutorial_01_Intro) or check the [API](https://cutelyst.github.io/cutelyst).\n\n## COMMUNITY\n\n[Mailing List](https://groups.google.com/forum/#!forum/cutelyst)\n\n## REQUIREMENTS\n\n * CMake - for the build system (\u003e= 3.16)\n * Qt - the core library of this framework (\u003e= 6.2)\n\n## LICENSE\n\nThe source code is available is under the 3-Clause BSD.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutelyst%2Fcutelyst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcutelyst%2Fcutelyst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutelyst%2Fcutelyst/lists"}