OpStream.Server
1.0.0
dotnet add package OpStream.Server --version 1.0.0
NuGet\Install-Package OpStream.Server -Version 1.0.0
<PackageReference Include="OpStream.Server" Version="1.0.0" />
<PackageVersion Include="OpStream.Server" Version="1.0.0" />
<PackageReference Include="OpStream.Server" />
paket add OpStream.Server --version 1.0.0
#r "nuget: OpStream.Server, 1.0.0"
#:package OpStream.Server@1.0.0
#addin nuget:?package=OpStream.Server&version=1.0.0
#tool nuget:?package=OpStream.Server&version=1.0.0
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.
Links
- Repository: https://github.com/OpStreamCollab/OpStream
- Project Site: https://github.com/OpStreamCollab/OpStream
| Product | Versions 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. |
-
net9.0
- Microsoft.Extensions.DependencyInjection (>= 9.0.0)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- OpStream.Constants (>= 1.0.0)
- OpStream.Shared.Abstractions (>= 1.0.0)
- OpStream.Shared.Messages (>= 1.0.0)
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 |