@@ -4,7 +4,7 @@ GenHTTP is a lightweight web server written in pure C# with a strong focus on de
44purpose of this project is to quickly create web services written in .NET 8 / 9, allowing developers to concentrate on
55the functionality rather than on messing around with configuration files or complex concepts.
66
7- [ ![ CI ] ( https://github.com/Kaliumhexacyanoferrat/GenHTTP/actions/workflows/ci.yml /badge.svg )] ( https://github.com/Kaliumhexacyanoferrat/GenHTTP/actions/workflows/ci.yml ) [ ![ Coverage ] ( https://sonarcloud.io/api/project_badges/measure?project=GenHTTP&metric=coverage )] ( https://sonarcloud.io/dashboard?id=GenHTTP ) [ ![ nuget Package] ( https://img.shields.io/nuget/v/GenHTTP.Core.svg )] ( https://www.nuget.org/packages/GenHTTP.Core/ ) [ ] ( https://discord.gg/cW6tPJS7nt ) [ ![ Discord] ( https://discordapp.com/api/guilds/1177529388229734410/widget.png?style=shield )] ( https://discord.gg/GwtDyUpkpV )
7+ [ ![ View - Documentation ] ( https://img.shields.io /badge/view-Documentation-AB54FF ) ]( https://genhttp.org/documentation/ ) [ ![ nuget Package] ( https://img.shields.io/nuget/v/GenHTTP.Core.svg )] ( https://www.nuget.org/packages/GenHTTP.Core/ ) [ ![ Coverage ] ( https://sonarcloud.io/api/project_badges/measure?project=GenHTTP&metric=coverage )] ( https://sonarcloud.io/dashboard?id=GenHTTP ) [ ![ Discord] ( https://discordapp.com/api/guilds/1177529388229734410/widget.png?style=shield )] ( https://discord.gg/GwtDyUpkpV )
88
99## 🚀 Features
1010
@@ -16,6 +16,18 @@ the functionality rather than on messing around with configuration files or comp
1616- [ Optimized] ( https://genhttp.org/features/ ) out of the box, small memory and storage [ footprint] ( https://genhttp.org/features/#footprint )
1717- Grade A+ security level according to SSL Labs
1818
19+ ## 💻 Supported Platforms
20+
21+ GenHTTP targets all .NET versions currently [ supported by Microsoft] ( https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core ) .
22+ Major versions are released once a year, following the .NET release cycle.
23+ Additionally, our automated tests ensure full compatibility on the following platforms:
24+
25+ | OS | Architectures |
26+ | ---------| -------------------------|
27+ | Linux | ` x64 ` , ` arm32 ` , ` arm64 ` |
28+ | Windows | ` x64 ` , ` arm64 ` |
29+ | macOS | ` x64 ` , ` arm64 ` |
30+
1931## 📖 Getting Started
2032
2133This section shows how to create a new project from scratch using project templates and how to extend your existing
@@ -123,9 +135,3 @@ in C#. In 2024 the focus has shifted towards API development, dropping support f
123135
124136- Powered by [ .NET] ( https://github.com/dotnet/core )
125137- Modules implemented with [ NSwag] ( https://github.com/RicoSuter/NSwag ) (Open API), [ Fleck] ( https://github.com/statianzo/Fleck ) (WebSockets)
126-
127- ## 👥 Contributors
128-
129- <a href =" https://github.com/Kaliumhexacyanoferrat/GenHTTP/graphs/contributors " >
130- <img src =" https://contrib.rocks/image?repo=Kaliumhexacyanoferrat/GenHTTP " />
131- </a >
0 commit comments