Z
Z
zavrikk2021-02-10 14:34:17
Game development
zavrikk, 2021-02-10 14:34:17

What language is needed to write the server side?

There is one game that needs to be implemented to register players and save the result. Tell me where to start learning?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Anton, 2021-02-10
Semenov

The simplest is, of course, javascrtipt(ajax)+php+mysql
Lots of examples for beginners. in youtube.
On the other hand, if you are already familiar with html / css, then it makes sense to learn javascript + nodejs + mysql

D
Dmitry Kuznetsov, 2021-02-10
@dima9595

1. What does the HTML tag have to do with it?
2. Any programming language that you know will do. At least write in assembler.

T
ThunderCat, 2021-02-10
@ThunderCat

This is called the backend, or server side (server part), which includes the server itself, the corresponding software (hosting platform), as well as the software part (in any popular language for the web, and it will actually need to be implemented) and the data warehouse (usually a database). There is also file storage, but it is not included in the context of your question.

V
Vasily Bannikov, 2021-02-10
@vabka

Anyone who works on the server and knows how to work with HTTP
From what I can remember right now:
C, C++, C#, Java, Javascript (nodejs), typescript (nodejs), php, Golang, D, Rust, F#, Scala, VB .NET, Perl, Haskell, Python, Ruby, Ocaml, Erlang.
Choose to your taste.

A
Alexey Yeletsky, 2021-02-10
@Tiendil

need to implement registration of players and saving the result

To do this, you often do not need to write your own server part. There are a lot of ready-made services. Both for gamedev and more general ones.
All top cloud providers can do this: amazon, google, microsoft.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question