S
S
Sergey Kikhno2018-11-29 17:12:44
.NET
Sergey Kikhno, 2018-11-29 17:12:44

Game server on Asp.net for playing on Unity?

Good day. There are significant problems with writing the most banal server that will receive requests from the server and write information to the database.
Since I am a C# programmer and not bad at .Net, I would like to ask experienced progers "how do you look at writing a game server on Asp.net and deploying it on an external hosting". After that, contact him."
I hope for advice in the direction of .net.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shai_hulud, 2018-11-29
@AGlassOfWhiskey

Normal solution. Three servers have already done this, no dependence. Only from the nuances. Better use ASP.NET WebAPI, or the new ASP.NET MVC from .NET Core. It is necessary to host not on IIS, but as self-hosted. Forget about Linux if .NET Core is not used. sockets in Mono break under load and it is not known when they will be fixed, and the HttpListener itself is written without love.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question