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
- Host: GitHub
- URL: https://github.com/daramkun/hazelnut.web
- Owner: daramkun
- License: mit
- Created: 2023-09-07T15:33:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T15:19:35.000Z (over 1 year ago)
- Last Synced: 2025-02-14T11:53:27.988Z (2 months ago)
- Language: C#
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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