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.
- Host: GitHub
- URL: https://stratdev3.github.io/SimpleW/
- Owner: stratdev3
- License: mit
- Created: 2023-11-05T12:58:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-20T21:13:44.000Z (4 months ago)
- Last Synced: 2025-07-20T21:34:11.150Z (3 months ago)
- Topics: api, dotnet, http, http-server, https, performance, rest, restapi, sse, webserver, websocket, websocket-server
- Language: C#
- Homepage: https://stratdev3.github.io/SimpleW
- Size: 3.07 MB
- Stars: 31
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- trackawesomelist - SimpleW - Web server Library in .NET Core. Powerfully Simple, Blazingly Fast and Build-in components (API REST, JWT, Websockets, self-serialization, Opentelemetry). (Recently Updated / [Jul 25, 2025](/content/2025/07/25/README.md))
README
# SimpleW
[](https://www.nuget.org/packages/SimpleW)

[](licence)
[](https://github.com/stratdev3/SimpleW/actions/workflows/build-linux.yml)
[](https://github.com/stratdev3/SimpleW/actions/workflows/build-macos.yml)
[](https://github.com/stratdev3/SimpleW/actions/workflows/build-windows.yml)

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.