Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therustifyer/owl
Experimental web framework based on C++ and MSIL
https://github.com/therustifyer/owl
Last synced: about 11 hours ago
JSON representation
Experimental web framework based on C++ and MSIL
- Host: GitHub
- URL: https://github.com/therustifyer/owl
- Owner: TheRustifyer
- Created: 2022-01-15T21:37:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-24T21:20:38.000Z (almost 3 years ago)
- Last Synced: 2024-01-20T10:45:37.560Z (about 1 year ago)
- Language: C++
- Size: 53.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Owl Framework
## What is `Owl`?
`Owl` it's a little project started to study some concrete areas of software development.
Some of them are:
## General
- Learn and master `Modern C++`
- TDD or test driven development
- Software architecture, and how to design a complex project in all it's aspects, not only the source code.
- Understand, assimilate and practice the fundations of the `SOLID` clean code principles on a more advance level.
- Make and http server implementation from scratch and apply http protocols, mapping, routing, serving and securing data....## Platform specific (Microsoft Build Tools and Azure Dev Tools)
One target of this project it's to delve on the Microsoft specific solutions for the `C++` world, like specific testing frameworks, debuggers, IDE, cloud solutions (Azure), the MSBUILD compiler and the `Msil` pseudolanguage from the `.NET` world, which allows us to implement o `reflection` on `C++`, which does not exists natively (at least until the C++20 standard).# TODO Complete