Best way for saving users data in server !?

hi there . i am a 2d game creator . i want to create a game that users data can be saved in a host/server (like coins . gold. gem and more… ) what is the best way for this work ? should i learn python or php or java script ? which is best ?
thank you

Hi.

I recommend you to use Firebase or any other Back as a Service, like Parse or such.
Or you can make it from scratch by yourself, using either PHP or Node.js.

Thanks.

1 Like

thanks
i like python for server side programming how you think about it ? also i dont like to use plugins for this work

You can use any you like to use, no difference between, Python, PHP or Node.js or any other web technology.

Thanks.

1 Like