dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.2k stars 9.93k forks source link

Is there a way to make blazor pages without a server? #15517

Closed CosDevelopment closed 4 years ago

CosDevelopment commented 5 years ago

Hi, I am trying to create standalone blazor pages that can be served without a server. Is there an easy way to do this? I want to make a framework that can make a crossplatform gui with just c# and c++ dll's that way you don't have to talk through a localhost or https. The only issue I can see with this is not being able to pass parameters for the blazor pages through url, but I am sure there is probably a work around for that too.

Also I am aware this is not an issue with blazor, but I am looking for blazor information.

danroth27 commented 5 years ago

The closest thing we have to what you're asking for is our experiments with Blazor + Electron. However, our primary focus right now is on client side web development, which does require some sort of server. If you do come up with something though, let us know. We'd also be happy to share your project on the Blazor Community page