You may also like artiga033/FluiReader
A RSS Reader built with ASP.NET Core Blazor in fluent design style.
ASP.NET Core Blazor 构建的 RSS 阅读器,采用 Fluent Design 设计。
- .NET 6 Runtime (Server version)
Browser with WebAssembly Support(Wasm Version)
Download from release, make sure you have .NET 6 installed, and run the program.
从release下载,确保已安装.NET 6 运行时,运行程序。
Blazor Server is using a .NET Generic Host hosting its service with inner Kestrel. So you may just configure the appsettngs.json
like any other ASP.NET Core App. Check this on MSDN for detail.
Blazor Server 使用.NET 泛型主机的 Kestrel 服务器提供服务,可以像配置任何此类 ASP.NET Core 应用程序一样配置它的appsettings.json
。参考 MSDN 的这篇文章。
⚠Warning: Currently Blazor Wasm is not fully servable, as restricted by the CORS strategy. It won't work for most rss sources who don't use a open CORS strategy.
⚠警告: 受CORS策略限制,目前Blazor Wasm无法完全提供服务.在没有“开放的” CORS策略RSS源上无法工作。
Blazor Webassembly is a set of static html.You may serve it with any web server you like.
Blazor Webassembly 是静态html。可以使用Web服务器直接部署。