简体   繁体   English

Blazor 服务器端 - 托管

[英]Blazor Server Side - hosting

I am wondering is there a way to host a Blazor Server-Side app on something like Firebase or Netlify, because when I publish my Blazor Server-Side app there is no dist folder with the main index.html like in the Client Side? I am wondering is there a way to host a Blazor Server-Side app on something like Firebase or Netlify, because when I publish my Blazor Server-Side app there is no dist folder with the main index.html like in the Client Side?

Blazor Server requires ASP.NET Core support and SignalR. Blazor 服务器需要 ASP.NET 核心支持和 SignalR。 Your hosting must support ASP.NET Core with WebSockets / Long Polling.您的主机必须支持带有 WebSockets / Long Polling 的 ASP.NET Core。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM