I would like to create multiplayer solutions with fast player movement replication in Amazon Sumerian. Reading the documentation it seems that you need to download and compile the GameLift Realtime Client SDK to communicate with the Realtime servers and I can’t see a JavaScript alternative.
I assume the Realtime Client SDK is just sending TCP/ UDP messages so is this something I could do directly from JavaScript or are there some dependencies that would cause problems? Or is there are alternate way to do this from a JavaScript client that I am missing? Thanks.