![]() |
VOOZH | about |
dotnet add package SsrCore --version 1.0.0
NuGet\Install-Package SsrCore -Version 1.0.0
<PackageReference Include="SsrCore" Version="1.0.0" />
<PackageVersion Include="SsrCore" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="SsrCore" />Project file
paket add SsrCore --version 1.0.0
#r "nuget: SsrCore, 1.0.0"
#:package SsrCore@1.0.0
#addin nuget:?package=SsrCore&version=1.0.0Install as a Cake Addin
#tool nuget:?package=SsrCore&version=1.0.0Install as a Cake Tool
High-performance Server-Side Rendering (SSR) library for ASP.NET Core and Node.js.
SsrCore bridges the gap between ASP.NET Core and Node.js, allowing you to run your JavaScript frontend (React, Vue, Svelte, etc.) within your .NET application while leveraging full streaming capabilities. It is designed to work with any Vite SSR bundle.
ReadableStream piping directly to the ASP.NET Core Response.Body.Request and Response objects, making it compatible with modern frameworks and edge-ready logic.In your ASP.NET Core Program.cs:
using SsrCore;
var builder = WebApplication.CreateBuilder(args);
builder.AddSsrCore(options =>
{
// Choose your rendering mode
options.RenderMode = RenderMode.WebReadableStream;
});
Add the middleware to your pipeline:
var app = builder.Build();
// ... other middleware
app.UseSsrCore(); // Serves static files from /client AND handles SSR routes
app.Run();
For detailed instructions and API reference, please visit the .
This project is licensed under the MIT License. See the file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 133 | 1/17/2026 |