tryphotino / photino.NET

https://tryphotino.io
Apache License 2.0
833 stars 68 forks source link

Does Photino.NET support .NET MVC projects? #195

Open LapinskasL opened 3 days ago

LapinskasL commented 3 days ago

I want to be able to integrate Photino.NET into a .NET MVC project. Is this possible? I'm unable to find a guide on how to do this.

CypherPotato commented 27 minutes ago

It should be compatible with anything that provides an HTTP server. Did you even tried to set the PhotinoWindow.StartUrl to your .NET MVC app? Maybe you can host an PhotinoWindow within your .NET MVC app.