Stormancer.Server.Node 9.3.0.2-pre

This is a prerelease version of Stormancer.Server.Node.
dotnet add package Stormancer.Server.Node --version 9.3.0.2-pre
                    
NuGet\Install-Package Stormancer.Server.Node -Version 9.3.0.2-pre
                    
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="Stormancer.Server.Node" Version="9.3.0.2-pre" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Stormancer.Server.Node" Version="9.3.0.2-pre" />
                    
Directory.Packages.props
<PackageReference Include="Stormancer.Server.Node" />
                    
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 Stormancer.Server.Node --version 9.3.0.2-pre
                    
#r "nuget: Stormancer.Server.Node, 9.3.0.2-pre"
                    
#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 Stormancer.Server.Node@9.3.0.2-pre
                    
#: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=Stormancer.Server.Node&version=9.3.0.2-pre&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Stormancer.Server.Node&version=9.3.0.2-pre&prerelease
                    
Install as a Cake Tool

This package contains the core functionalities of a Stormancer server node.

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.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Stormancer.Server.Node:

Package Downloads
Stormancer.Elasticsearch

Stormancer node plugin that enables storing logs in an Elasticsearch cluster.

Stormancer.Security.Basic

Basic header based authentication for admin and public API.

Stormancer.Logging.Nlog

Nlog integration for Stormancer nodes.

Stormancer.Debugging

Adds Debugging features to the Stormancer grid.

Stormancer.LettuceEncrypt

Let's Encrypt plugin for Stormancer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.3.0.2-pre 97 1/12/2026
9.3.0.1-pre 436 12/9/2025
9.3.0-pre 405 11/17/2025
9.2.2.6-pre 149 10/10/2025
9.2.2.4 220 6/6/2025
9.2.2.4-pre 210 4/2/2025
9.2.2.3-pre 206 4/2/2025
9.2.2.2-pre 205 4/1/2025
9.2.2.1-pre 204 4/1/2025
9.2.2-pre 152 3/21/2025
9.2.1.18 304 2/26/2025
9.2.1.18-pre 159 1/22/2025
9.2.1.17-pre 166 12/6/2024
9.2.1.16-pre 147 11/27/2024
9.2.1.15-pre 166 11/10/2024
9.2.1.14-pre 156 11/8/2024
9.2.1.13-pre 157 11/7/2024
9.2.1.12-pre 214 11/1/2024
9.2.1.11-pre 153 10/30/2024
9.2.1.10-pre 161 10/29/2024
Loading failed

Fixed
*****
- Improved error messages in SceneManagement.GetConnectionToken.
- Fix issue that prevented a peer from being removed from scenes by server request if they were connected to another node.

Added
*****
- Added Api to authorize P2P connections and add metadata so that external plugins can perform the P2P connection process in charge instead of the Stormancer API.