• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GameMaker What is the best language for making server for the game.

P

ponotte

Guest
so, i've been developing an game, wich is going to be MMO, i use udp on client and on the current server wich has been made with gms 2, but i know, gamemaker is bad for making servers, specially for MMO games.
I have no clue where to start making the server and what language i should use.

Server has NPC AI etc stuff that client cannot handle on multiplayer.

What is the best language for making such a server, and is there any tutorials how i can make my client to talk with the server?

Each server is going to have space for atleast 100 players.
 

Dmi7ry

Member
littlebit c++, but mainly GML. if it requires, i will learn new one to get the server working.
Actually it does not matter in your case. So any language you prefer. For example: C#, Java, JS, Go, Python. I would not recommend PHP only.
 
Top