Are there any multiplayer frameworks available?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By darkhog

Something like Photon, Unity networking, etc. so I won’t have to worry about writing server code, hosting and so on.

:bust_in_silhouette: Reply From: shmellyorc

Photon ins’t that great. at peak times or large amount of clients, it has latency issues.

Godot has TCP, UDP, and RPC. that is pretty much all you need.

Except I’m not network programmer so I need something ready-made, like Photon or SpatialOS or similar. Plug&Play.

darkhog | 2018-07-23 22:59

:bust_in_silhouette: Reply From: deusalgor

For any future user looking for response.

Besides built in and well documented networking API there is ready to use frameworks such as Nakama: