SimpleW 16.0.0-alpha.20

This is a prerelease version of SimpleW.
There is a newer prerelease version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SimpleW --version 16.0.0-alpha.20
                    
NuGet\Install-Package SimpleW -Version 16.0.0-alpha.20
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleW" Version="16.0.0-alpha.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleW" Version="16.0.0-alpha.20" />
                    
Directory.Packages.props
<PackageReference Include="SimpleW" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleW --version 16.0.0-alpha.20
                    
#r "nuget: SimpleW, 16.0.0-alpha.20"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SimpleW@16.0.0-alpha.20
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SimpleW&version=16.0.0-alpha.20&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SimpleW&version=16.0.0-alpha.20&prerelease
                    
Install as a Cake Tool

SimpleW

website

NuGet Package NuGet Downloads License <br/> Linux MacOS Windows (Visual Studio)

Features

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

Getting Started

The minimal API

using System;
using System.Net;
using SimpleW;

namespace Sample {
    class Program {

        static void Main() {

            // listen to all IPs port 2015
            var server = new SimpleWServer(IPAddress.Any, 2015);

            // minimal api
            server.MapGet("/api/test", () => {
                return new { message = "Hello World !" };
            });

            // start non blocking background server
            server.Start();

            Console.WriteLine("server started at http://localhost:2015/");

            // block console for debug
            Console.ReadKey();

        }
    }

}

Documentation

To check out docs, visit stratdev3.github.io.

Changelog

Detailed changes for each release are documented in the CHANGELOG.

Contribution

Feel free to report issue.

License

This library is under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SimpleW:

Package Downloads
SimpleW.Newtonsoft

Newtonsoft.Json integration for SimpleW.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
16.0.0-beta.1 52 10/10/2025
16.0.0-alpha.27 56 10/10/2025
15.1.0 304 9/18/2025
15.0.0 157 9/13/2025
14.0.1 604 7/22/2025
14.0.0 353 7/20/2025
13.1.0 814 4/21/2025
13.0.0 699 2/14/2025
12.0.1 286 12/26/2024
12.0.0 767 5/1/2024
11.9.0 673 2/15/2024
11.8.0 209 2/14/2024
11.7.0 179 2/3/2024
11.6.0 181 2/2/2024
11.5.0 418 1/14/2024
11.4.0 202 1/4/2024
11.3.3 247 12/24/2023
11.3.2 224 12/24/2023
11.3.1 182 12/24/2023
11.3.0 277 12/15/2023
11.2.0 217 12/9/2023
11.1.0 166 11/7/2023
11.0.0 177 11/1/2023
10.0.0 399 10/22/2023
9.0.1 184 10/22/2023
9.0.0 153 10/21/2023
8.2.0 223 10/18/2023
8.1.2 226 10/12/2023
8.1.1 171 10/12/2023
8.1.0 167 10/12/2023
8.0.8 458 8/17/2023
8.0.7 197 8/16/2023
8.0.6 696 5/15/2023
8.0.5 230 5/15/2023
8.0.4 541 3/30/2023
8.0.3 331 3/29/2023
8.0.2 403 3/19/2023
8.0.1 488 2/16/2023
8.0.0 457 1/25/2023
7.0.0 641 12/1/2022
6.2.4 436 11/30/2022
6.2.3 398 11/30/2022
6.2.2 539 11/10/2022
6.2.1 555 10/20/2022
6.2.0 531 10/5/2022
6.1.0 484 10/4/2022
6.0.0 475 10/2/2022
5.0.0 489 9/30/2022
4.4.6 527 9/28/2022
4.4.5 494 9/28/2022
4.4.4 481 9/27/2022
4.4.3 643 8/29/2022
4.4.2 522 8/24/2022
4.4.1 549 8/24/2022
4.4.0 518 8/24/2022
4.3.2 615 8/13/2022
4.3.1 487 8/13/2022
4.3.0 499 8/11/2022
4.2.8 620 7/29/2022
4.2.7 723 6/28/2022
4.2.6 560 6/28/2022
4.2.5 545 6/14/2022
4.2.4 773 4/27/2022
4.2.3 506 4/27/2022
4.2.2 695 4/7/2022
4.2.1 517 4/7/2022
4.2.0 570 4/4/2022
4.1.0 604 3/22/2022
4.0.0 544 3/21/2022
3.2.0 534 3/20/2022
3.1.2 633 3/10/2022
3.1.1 554 3/8/2022
3.1.0 581 2/22/2022
3.0.0 563 2/21/2022
2.3.0 639 2/11/2022
2.2.1 578 2/3/2022
2.1.1 568 1/31/2022
2.1.0 549 1/30/2022
2.0.0 601 1/23/2022
1.1.1 516 1/3/2022
1.1.0 424 12/26/2021
1.0.15 402 12/16/2021
1.0.14 400 12/16/2021
1.0.13 2,515 11/26/2021
1.0.12 3,993 11/24/2021
1.0.11 3,868 11/24/2021
1.0.10 5,591 11/24/2021
1.0.9 6,675 11/23/2021
1.0.8 1,068 11/20/2021
1.0.7 445 11/15/2021
1.0.6 417 11/15/2021
1.0.5 458 11/12/2021
1.0.4 438 11/12/2021
1.0.3 498 11/12/2021
1.0.2 467 11/11/2021
1.0.1 464 11/10/2021
1.0.0 599 11/10/2021 1.0.0 is deprecated because it has critical bugs.