Hi, I m new to Gamelift and currently working on javascript client code.
I have setup everything on AWS Gamelift in terms of server scripts and and Fleets.
On the client side I am able to create Game Sessions and Player Sessions for all of my players.
I am quite new to multiplayer games and I can’t seem to find any good resources for a Javascript game client and Gamelift setup.
How do I take advantage of Gamelift to send messages between my players?
In https://docs.aws.amazon.com/gamelift/latest/developerguide/realtime-howitworks.html#realtime-howitworks-servers there is mention to a Realtime Client SDK that can send messages. Is this just the AWS client SDK or am i missing something?