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

https://stratdev3.github.io/SimpleW/

SimpleW is Web server Library in .NET Core. Powerfully Simple and Blazingly Fast.
https://stratdev3.github.io/SimpleW/

api dotnet http http-server https performance rest restapi sse webserver websocket websocket-server

Last synced: 3 months ago
JSON representation

SimpleW is Web server Library in .NET Core. Powerfully Simple and Blazingly Fast.

Awesome Lists containing this project

README

          

# SimpleW
[![NuGet Package](https://img.shields.io/nuget/v/SimpleW)](https://www.nuget.org/packages/SimpleW)
![NuGet Downloads](https://img.shields.io/nuget/dt/SimpleW)
[![License](https://img.shields.io/badge/License-MIT-green.svg)](licence)


[![Linux](https://github.com/stratdev3/SimpleW/actions/workflows/build-linux.yml/badge.svg)](https://github.com/stratdev3/SimpleW/actions/workflows/build-linux.yml)
[![MacOS](https://github.com/stratdev3/SimpleW/actions/workflows/build-macos.yml/badge.svg)](https://github.com/stratdev3/SimpleW/actions/workflows/build-macos.yml)
[![Windows (Visual Studio)](https://github.com/stratdev3/SimpleW/actions/workflows/build-windows.yml/badge.svg)](https://github.com/stratdev3/SimpleW/actions/workflows/build-windows.yml)

logo

SimpleW is Web server Library in .NET Core.

Powerfully Simple and Blazingly Fast.

### Features

1. Routing
2. API REST (Controller/Method + automatic json serialization/deserialization)
3. Json Web Token
4. Websocket
5. Static Files
6. OpenTelemetry

## Documentation

To check out docs, visit [stratdev3.github.io](https://stratdev3.github.io/SimpleW).

## Changelog

Detailed changes for each release are documented in the [CHANGELOG](https://github.com/stratdev3/SimpleW/blob/master/release.md).

## Contribution

Feel free to report issue.

## License
This library is under the MIT License.