OpStream.Server 1.0.0

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

OpStream.Server

Core OpStream server engine. Provides OT and CRDT convergence algorithms (TextOT, RichText, JSON CRDT, List CRDT, Table, Tree, Form), document session management, consistent-hash document routing, awareness/presence, undo/redo, and snapshot policies.

All subsystems are interface-driven and DI-friendly.

Installation

dotnet add package OpStream.Server --version 1.0.0

Usage

Register OpStream services in your Program.cs:

builder.Services.AddOpStream(options => {
    options.History.Enabled = true;
});

By default, OpStream uses in-memory storage and a local backplane. For production, consider using one of the available storage (Redis, SQL Server, etc.) and backplane (Redis) providers.

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 (8)

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

Package Downloads
OpStream.Server.Storage.EntityFrameworkCore

Package Description

OpStream.Server.Transports.WebSockets

Raw WebSocket server transport for OpStream. Exposes the OpStream session engine as an ASP.NET Core WebSocket middleware with no additional protocol overhead. Best for scenarios requiring maximum control over the wire format.

OpStream.Server.Transports.SignalR

SignalR server transport for OpStream. Exposes the OpStream session engine as an ASP.NET Core SignalR hub. Supports WebSocket, Server-Sent Events, and Long-Polling fallbacks, making it compatible with browsers and Blazor applications.

OpStream.Server.Storage.MongoDB

MongoDB document storage for OpStream. Stores operation logs and snapshots in MongoDB collections. Ideal for document-heavy workloads or teams already running MongoDB. Implements IDocumentStore via the official MongoDB.Driver.

OpStream.Server.Transports.gRPC

gRPC server transport for OpStream. Exposes the OpStream session engine as a bidirectional gRPC streaming service using Grpc.AspNetCore. Best for .NET-to-.NET scenarios requiring maximum throughput and binary framing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 187 5/28/2026
1.0.0-ci.20 65 5/30/2026
1.0.0-ci.19 63 5/30/2026
1.0.0-ci.18 63 5/30/2026
1.0.0-ci.17 65 5/30/2026
1.0.0-ci.15 60 5/30/2026
1.0.0-ci.13 66 5/30/2026
1.0.0-ci.11 74 5/30/2026
1.0.0-ci.10 70 5/30/2026