{"id":16866943,"url":"https://github.com/webern/wings","last_synced_at":"2026-04-17T19:02:18.588Z","repository":{"id":88144512,"uuid":"162041873","full_name":"webern/wings","owner":"webern","description":"A Tool for Generating C++ Http Services using Swagger (OpenAPI)","archived":false,"fork":false,"pushed_at":"2018-12-16T21:35:44.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T17:59:06.002Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/webern.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2018-12-16T21:18:40.000Z","updated_at":"2018-12-16T21:36:11.000Z","dependencies_parsed_at":"2023-07-23T20:06:18.038Z","dependency_job_id":null,"html_url":"https://github.com/webern/wings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webern/wings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webern%2Fwings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webern%2Fwings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webern%2Fwings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webern%2Fwings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webern","download_url":"https://codeload.github.com/webern/wings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webern%2Fwings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31941845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2024-10-13T14:52:12.896Z","updated_at":"2026-04-17T19:02:18.557Z","avatar_url":"https://github.com/webern.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Wings\n=====\n\nWings is a simple http server for building micro-services using C++ and Swagger (OpenAPI).\n\nThe project consists of three phases:\n\n1. Code Generation: You use the WingsGen program to read your Swagger (OpenAPI) file and generate all the boilerplate code necessary to handle http requests, validate the input, and respond correctly.\n2. WingsCore: This is the general purpose http service.\n3. Your Code: Given some boilerplate hooks generated by the WingsGen, you implement the handlers and whatever else you need to do.\n\nThe benefits, you never have to think about parsing urls, request bodies or JSON. This is all done automatically for you, provided that your Swagger spec is sufficiently detailed.\n\nPrinciples\n\n  * Wings favors simplicity over extensibility. JSON is the only supported request and response type.\n  * Wings favors simplicity over request/response performance. It is assumed that you are writing your service in C++ because you have some heavy processing to do, and that HTTP request parsing and response parsing are going to be trivial in you performance profile.\n  * Wings favors build simplicity, including everything you need when you clone the repo. Boost is not allowed. Cmake finders are not allowed. All the source-code should exist upon cloning the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebern%2Fwings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebern%2Fwings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebern%2Fwings/lists"}