Quick.Protocol.WebSocket.Server.AspNetCore 2.9.3-rc2

This is a prerelease version of Quick.Protocol.WebSocket.Server.AspNetCore.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Quick.Protocol.WebSocket.Server.AspNetCore --version 2.9.3-rc2
                    
NuGet\Install-Package Quick.Protocol.WebSocket.Server.AspNetCore -Version 2.9.3-rc2
                    
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="Quick.Protocol.WebSocket.Server.AspNetCore" Version="2.9.3-rc2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Quick.Protocol.WebSocket.Server.AspNetCore" Version="2.9.3-rc2" />
                    
Directory.Packages.props
<PackageReference Include="Quick.Protocol.WebSocket.Server.AspNetCore" />
                    
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 Quick.Protocol.WebSocket.Server.AspNetCore --version 2.9.3-rc2
                    
#r "nuget: Quick.Protocol.WebSocket.Server.AspNetCore, 2.9.3-rc2"
                    
#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 Quick.Protocol.WebSocket.Server.AspNetCore@2.9.3-rc2
                    
#: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=Quick.Protocol.WebSocket.Server.AspNetCore&version=2.9.3-rc2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Quick.Protocol.WebSocket.Server.AspNetCore&version=2.9.3-rc2&prerelease
                    
Install as a Cake Tool

Quick.Protocol.WebSocket.Server.AspNetCore

NuGet Version

Quick.Protocol 的 WebSocket 服务端实现(基于 ASP.NET Core)。

功能特性

  • 基于 ASP.NET Core 的 WebSocket 服务端
  • 支持中间件集成
  • 可与现有 ASP.NET Core 应用共存

安装

dotnet add package Quick.Protocol.WebSocket.Server.AspNetCore

快速开始

using Quick.Protocol.WebSocket.Server.AspNetCore;

var builder = WebApplication.CreateBuilder(args);
var app = builder.Build();

app.UseQuickProtocolWebSocketServer(new QpWebSocketServerOptions
{
    Password = "HelloQP"
});

app.Run();

项目地址

https://github.com/QuickProtocol/QuickProtocol_CSharp

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (4)

Showing the top 4 NuGet packages that depend on Quick.Protocol.WebSocket.Server.AspNetCore:

Package Downloads
Glash.Blazor.Server

Glash Server Blazor controls.

Glash.Blazor.Agent

Glash Agent Blazor controls.

Quick.Protocol.InterfaceService

Utils for interface service.

TcpGuard.Server.WebSocket

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.9.3 168 8/24/2026
2.9.3-rc2 0 8/27/2026
2.9.3-rc1 0 8/27/2026
2.9.2 135 8/22/2026
2.9.1 95 8/22/2026
2.9.0 93 8/21/2026
2.8.9 119 8/13/2026
2.8.8 122 8/12/2026
2.8.7 112 8/11/2026
2.8.6 119 8/11/2026
2.8.5 133 8/10/2026
2.8.4 122 8/9/2026
2.8.3 114 8/9/2026
2.8.2 138 8/9/2026
2.8.1 104 8/9/2026
2.8.0 244 7/30/2026
2.7.3 156 7/17/2026
2.7.2 125 7/17/2026
2.7.1 130 7/17/2026
2.7.0 178 7/7/2026
Loading failed