[Solved] better way to create game server with web interface
With your server code self hosted and a javascript client calling into your server methods, becoming your browser based client, your design should work. I am looking at this. https://learn.microsoft.com/en-us/aspnet/signalr/overview/deployment/tutorial-signalr-self-host But I think you’ll need to figure out scale out scenarios and server failure scenarios with the self host. In case there is a patch … Read more