UwebServer 4.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package UwebServer --version 4.1.1                
NuGet\Install-Package UwebServer -Version 4.1.1                
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="UwebServer" Version="4.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UwebServer --version 4.1.1                
#r "nuget: UwebServer, 4.1.1"                
#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.
// Install UwebServer as a Cake Addin
#addin nuget:?package=UwebServer&version=4.1.1

// Install UwebServer as a Cake Tool
#tool nuget:?package=UwebServer&version=4.1.1                

UwebServer (Uw<em>e</em></em> Riegel W<em>eb</em>Server)

A web server based on F# and .NET Core

First steps:

  • dotnet new sln
  • dotnet new lib -lang F#-o WebServer
  • dotnet new console -lang F# -o Tester dotnet sln add Tester/Tester.fsproj or add project on WebServer.sln under F# PROJECT EXPLORER
  • restart vscode
  • add project on WebServer.sln under F# PROJECT EXPLORER: WebServer.fsproj
  • restart vscode
  • dotnet add Tester/Tester.fsproj reference WebServer/WebServer.fsproj

publish:

  • dotnet build -c Release
  • dotnet publish -c release (dotnet publish --self-contained)

Port 80 on Linux:

sudo setcap CAP_NET_BIND_SERVICE=+eip /usr/share/dotnet/dotnet

Now the program is not debuggable any more. To remove:

setcap -r /usr/share/dotnet/dotnet

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on UwebServer:

Package Downloads
UwebFiles

File serving for UWebServer

UwebSocket

WebSocket support for UwebServer

UwebProxy

Reverse proxy module for UWebServer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
7.0.0 698 2/24/2021
6.0.0 1,292 8/15/2020
5.0.7 474 6/11/2020
5.0.6 411 6/11/2020
5.0.5 419 6/11/2020
5.0.4 491 5/16/2020
5.0.3 440 5/12/2020
5.0.2 436 5/12/2020
5.0.1 438 5/12/2020
5.0.0 919 5/4/2020
4.2.2 1,413 4/12/2020
4.2.1 441 4/11/2020
4.1.1 579 3/31/2020
4.1.0 583 3/15/2020
4.0.0 589 3/15/2020
3.0.1 437 3/11/2020
3.0.0 459 3/11/2020
2.2.2 483 3/5/2020
2.2.1 451 3/5/2020
2.2.0 479 3/5/2020
2.1.0 468 3/3/2020
2.0.0 528 2/9/2020
1.1.2 560 2/8/2020
1.1.1 499 2/8/2020
1.1.0 528 2/8/2020
1.0.0 573 2/8/2020