Skip to content

max8989/dotnet-native-aot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-native-aot

This repository contains a demo project for benchmarking the .NET Native Ahead-of-Time (AOT) compilation. The project can be built and run using Docker or the .NET SDK directly.

🚀 Demo

🛠️ Installation Steps:

1. Build

docker build -t native-aot:latest ./nativeAot

2. Run

docker run -d -p 8080:8080 -p 8081:8081 native-aot

3. Get endpoint

http://localhost:8080/todos

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published