OpStream.Client.Transports 1.0.0

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

OpStream.Client.Transports

Transport abstraction layer for OpStream clients. Provides the IOpStreamClient interface for connecting to OpStream servers, submitting operations, and receiving real-time updates.

Pick a concrete transport package (SignalR, gRPC, WebSockets) to complement this one.

Installation

dotnet add package OpStream.Client.Transports --version 1.0.0

Usage

Register the client builder in your IServiceCollection:

builder.Services.AddOpStreamClient();

Then, chain one of the concrete transport implementations:

builder.Services.AddOpStreamClient()
    .UseSignalRTransport(options => {
        options.HubUrl = "https://your-server/collab";
    });

License

This project is licensed under the MIT License.

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

Showing the top 4 NuGet packages that depend on OpStream.Client.Transports:

Package Downloads
OpStream.Client.Transports.WebSockets

Raw WebSocket client transport for OpStream. Implements IOpStreamClient over a plain WebSocket connection for maximum portability with minimal dependencies. Requires OpStream.Server.Transports.WebSockets on the server side.

OpStream.Client.Transports.SignalR

SignalR client transport for OpStream. Implements IOpStreamClient over ASP.NET Core SignalR for browser-friendly, fallback-capable real-time collaboration. Requires OpStream.Server.Transports.SignalR on the server side.

OpStream.Client.Transports.gRPC

gRPC client transport for OpStream. Implements IOpStreamClient over a bidirectional gRPC stream for low-latency, multiplexed real-time collaboration. Requires OpStream.Server.Transports.gRPC on the server side.

OpStream.BlazorComponents

Collaborative UI components for Blazor applications using OpStream.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 88 5/28/2026
1.0.0-ci.20 55 5/30/2026
1.0.0-ci.19 55 5/30/2026
1.0.0-ci.18 57 5/30/2026
1.0.0-ci.17 72 5/30/2026
1.0.0-ci.15 53 5/30/2026
1.0.0-ci.13 50 5/30/2026
1.0.0-ci.11 70 5/30/2026
1.0.0-ci.10 56 5/30/2026