Hi, girls and guys, I have a question. How to transfer chess program written in C# to live server and don't write again piece by piece of code again, using Blazor?
I would use ALL controls.
In fact, I would like to host my chess application written in C# variant to enable people to play online . How to do that?
Main main question is can I just simple upload all files in C# app like on any other server and just setup few things to work? Or should I code maybe to write new Blazor app to include my C#?