An open API service indexing awesome lists of open source software.

https://github.com/daramkun/hazelnut.web

Simple Web Server Framework for .NET
https://github.com/daramkun/hazelnut.web

Last synced: about 2 months ago
JSON representation

Simple Web Server Framework for .NET

Awesome Lists containing this project

README

        

# Hazelnut.Web

`Hazelnut.Web` is Simple Web framework.

```shell
$ # Using Nuget Package Manager Console
$ nuget Install-Package Hazelnut.Web
```

```shell
$ # Using .NET CLI
$ dotnet add package Hazelnut.Web
```

```xml

```

## Development Goals

1. `.NET 6.0` Trimming compatible
2. `.NET 7.0` AOT compatible

## Required

`.NET 7.0` SDK