{"id":24408682,"url":"https://github.com/therustifyer/wex-framework","last_synced_at":"2025-03-13T09:23:30.200Z","repository":{"id":136283135,"uuid":"443627669","full_name":"TheRustifyer/Wex-Framework","owner":"TheRustifyer","description":"C++ powerful and scalable web framework","archived":false,"fork":false,"pushed_at":"2022-02-03T21:47:38.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T05:52:28.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/TheRustifyer.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}},"created_at":"2022-01-01T21:31:27.000Z","updated_at":"2022-01-10T14:41:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9dc69c0-eaa2-4634-b871-f11724744ccc","html_url":"https://github.com/TheRustifyer/Wex-Framework","commit_stats":null,"previous_names":["therustifyer/wex-framework"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustifyer%2FWex-Framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustifyer%2FWex-Framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustifyer%2FWex-Framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheRustifyer%2FWex-Framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheRustifyer","download_url":"https://codeload.github.com/TheRustifyer/Wex-Framework/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243375556,"owners_count":20280877,"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":[],"created_at":"2025-01-20T05:52:33.329Z","updated_at":"2025-03-13T09:23:30.173Z","avatar_url":"https://github.com/TheRustifyer.png","language":"C++","readme":"# Wex Framework\n\nWelcome to the `Wex Framwework`, a lightweight, portable, idiomatic, fast and scalable web framework for `modern C++` \n\n![Wex build and test](https://github.com/Pyzyryab/Wex-Framework/actions/workflows/cmake.yml/badge.svg?event=push)\n\n## Motivation behind the project\n\nTake care that this it's not designed like to be a production ready project. It's a posibility, yes, but the foundation of this work it's to learn about five main things:\n\n    - Modern C++ (C++20 will be the target until a new release, trying to implement Coroutines, Concepts, Modules... always looking to bring the latest but stable language feature)\n    - Advanced modern software desing architecture\n    - SOLID design patterns and principles\n    - Low level web stuff (Websockets, TCP/UDP implementation protocols, resource routing)\n    - C++ test drive development (GoogleTest fwk will be used)\n\n\n## Basic style guide conventions (Work in progress)\n\nIn order to someday let people join into the development of this framework, a `C++` style guidelines will be defined since the beginning and applied across the whole framework development and designing while it's been writting.\n\n - Delimitter openning key will be written after the last word of the function, class or struct declaration. \n```\n    // Function\n    void foo() const override {\n        // Body\n    }\n\n    // Class or Struct\n    struct MyStruct {\n        // Members\n    }\n\n\n    // Class\n    class MyCustomType : public MyBaseCustomType {\n        private:\n            // Private members and methods\n        public:\n            // Public members and methods\n    } \n\n    : alternative : \n\n    class MyCustomType\n        : public MyBaseCustomType { // If this one it's applied, put a new line after the public inherit signature part and the members/method zone\n\n        private:\n            // Private members and methods\n        public:\n            // Public members and methods\n    }\n```\n\nThe most important rule applied here it's that every time you break a line, tab ident the next line with 4 spaces.\n1 tab distance it's written (if possible) with 4 spaces.\n\nSame applies for the `if - else` statements and `for` and `while` loops declarations.\n\nEnd users of the APIs here provided, in the other hand, can write C++ in the way that best fills it's desires, but we always recommend to stick to the same guidelines provided here, in order to have a same pattern in the whole ecosystem\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherustifyer%2Fwex-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftherustifyer%2Fwex-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftherustifyer%2Fwex-framework/lists"}