{"id":17281542,"url":"https://github.com/sumory/ciao","last_synced_at":"2025-04-14T10:02:46.392Z","repository":{"id":145420680,"uuid":"99404021","full_name":"sumory/ciao","owner":"sumory","description":"a minimal C++ web framework (beta)","archived":false,"fork":false,"pushed_at":"2017-12-24T07:13:30.000Z","size":47,"stargazers_count":13,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T23:12:50.333Z","etag":null,"topics":["apis","cpp","embedded-webserver","http-server","middleware","sinatra","web"],"latest_commit_sha":null,"homepage":"","language":"C++","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/sumory.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,"zenodo":null}},"created_at":"2017-08-05T06:28:35.000Z","updated_at":"2023-03-22T12:20:47.000Z","dependencies_parsed_at":"2023-06-03T17:45:26.964Z","dependency_job_id":null,"html_url":"https://github.com/sumory/ciao","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Fciao","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Fciao/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Fciao/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumory%2Fciao/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumory","download_url":"https://codeload.github.com/sumory/ciao/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860330,"owners_count":21173342,"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":["apis","cpp","embedded-webserver","http-server","middleware","sinatra","web"],"created_at":"2024-10-15T09:46:10.606Z","updated_at":"2025-04-14T10:02:46.382Z","avatar_url":"https://github.com/sumory.png","language":"C++","readme":"### Ciao \u003csup\u003e[tʃaʊ]\u003csup\u003e\n\n [![GitHub release](https://img.shields.io/github/release/sumory/ciao.svg)](https://github.com/sumory/ciao/releases/latest) [![license](https://img.shields.io/github/license/sumory/ciao.svg)](https://github.com/sumory/ciao/blob/master/LICENSE)\n\na minimal C++ web framework inspired by [lor](https://github.com/sumory/lor) framework which respects [Sinatra](https://github.com/sinatra/sinatra) style.\n\n\n```c++\n#include \u003cciao/app.h\u003e\n\nusing namespace ciao;\n\nint main(int argc, char* argv[]) {\n    App app;\n    app.get(\"/\", [](Request\u0026 req, Response\u0026 res, Next\u0026 next){\n        res.send(\"hello world!\");\n    });\n    app.listen(8080).run();\n    return 0;\n}\n```\n\n### Features\n\n- [Sinatra](http://www.sinatrarb.com/) routing style\n- Middleware support\n- Group router support\n- HTTP API Server oriented design\n- Easy to integrate with other HTTP server/library\n\n### License\n\n[MIT](./LICENSE) License","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumory%2Fciao","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumory%2Fciao","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumory%2Fciao/lists"}