[SOLVED] Create a server-based game with Defold: where to start? Any advices/recommendations?

I only have time to answer one of your questions at the moment…

Here is a brief list of multiplayer backends that have been used by various members of the Defold community in the past:

Lua:

JavaScript / TypeScript:

JavaScript:

Not a multiplayer backend, but moreso for general networking in Lua:

Between these solutions for your use-case, I recommend Nakama. If not, then my next pick would be Colyseus.

6 Likes