Hello Community.
First of all, sorry if I repeat some topic (but I am not sure how to even google this question). So if you give me some link in return it could be enough for me.
I am about to start creating a video game which I want to make online.
The thing is I do not want to manage distribution my game on my own server and stuff.
I want to use some service which provide tool for develop online game (I mean messaging between hosts, player, etc.). Where I actually can host my game.
Something similar to Photon Unity Networking Framework: https://www.photonengine.com/en/PUN
First of all I want this service have some free resource to try it on. Like max CPU time is limited in the way that only 10 people would be able to play.
So if it will works fine I am ready to Subscribe for more CPU resources.
The game will be written in C++. So I believe service has to provide C++ API.
Thank you for advance.