P
P
p4s8x2016-10-16 15:14:20
C++ / C#
p4s8x, 2016-10-16 15:14:20

C# as backend under linux, is it worth it?

The task is to develop high-loaded backends for mobile games.
Our frontend is Unity3D. C#.
We use very different databases (nosql redis / mongo and sql - mysql / postgresql)
Now PHP is successfully coping with the backend, there is a great desire to start writing backend in C#.
We are familiar with the C# world only in the frontend through Unity3D - www.mono-project.com
We also know that a stable version has been released https://github.com/dotnet/corefx
Is it worth using C# on the server now? OS we consider ONLY linux

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
FoxInSox, 2016-10-16
@FoxInSox

Should C# be used on the server now?

Certainly.

S
Stanislav Makarov, 2016-10-16
@Nipheris

We also know that a stable version has been released https://github.com/dotnet/corefx

ASP.NET Core is also in the release already, if you need a web api.
Just make sure that there will be no problems with pairing with other systems. For example, check that the mongo client lib will work under .net core. Also with everything else. Well, or be prepared to participate in finishing the libraries.
What else does the current backend work with? AMQP, web sockets?

G
GavriKos, 2016-10-16
@GavriKos

Look towards ServiceStack

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question