What's Nakama/heroiclabs ?
Asked Answered
T

2

0

I worked through the following tutorial with Godot: https://heroiclabs.com/docs/nakama/getting-started/docker-quickstart/#nakama-console

However, I don't understand how it all works ... Is this server only intended for logging in and storing information, or can you also run your Godot server there? (Or do you have to do this separately, e.g. via the Google Cloud platform?)

...sry, for that stupid question ...

I would really look forward to informative answers!

Tyrothricin answered 6/1, 2022 at 21:56 Comment(0)
C
0

I'm not familiar with docker, but yes, servers for games are usually set up initially just to do logging in and storing. The average godot game won't require a "godot server" (which I think could mean more than one thing) unless you need to calculate some stuff in the engine in one specific place (like for fairness), that could get expensive tho so it's best to keep your calculations client side.

Clemence answered 7/1, 2022 at 14:9 Comment(0)
T
0

@Erich_L said: I'm not familiar with docker, but yes, servers for games are usually set up initially just to do logging in and storing. The average godot game won't require a "godot server" (which I think could mean more than one thing) unless you need to calculate some stuff in the engine in one specific place (like for fairness), that could get expensive tho so it's best to keep your calculations client side.

But that's exactly what I need it for. For calculating and storing. The server and client project is already functional to connect.

Tyrothricin answered 7/1, 2022 at 21:5 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.