https://github.com/kant2002/web-aot
Web application using NativeAOT
https://github.com/kant2002/web-aot
Last synced: 19 days ago
JSON representation
Web application using NativeAOT
- Host: GitHub
- URL: https://github.com/kant2002/web-aot
- Owner: kant2002
- Created: 2021-05-14T03:32:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T04:10:50.000Z (about 5 years ago)
- Last Synced: 2025-10-12T09:14:46.232Z (10 months ago)
- Language: C#
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web AOT
=======
This repository was inspired by amazing work of @LLT21 which he presents at https://github.com/dotnet/aspnetcore/issues/31561 and his repo https://github.com/LLT21/NativeAOT5 where most of this piecese presented.
What I have is simplest app which work out of the box.
So far issues with this approach
- Require local patching of ASP.NET Core for HTTPS support (one time step)
- No dependency injection.
- No routing
- Not tested configuration
- Logging behave not NativeAOT friendly.
Plans
- Connection to databases (non-ODBC)
- source generators for routing