WebSDK: Accelbyte Multiplayer Servers

Looking to start integrating our dedicated server with AMS, does the WebSDK support this? If not, what would the recommendation be on how to start going about this?

Thanks!

Hello @njupshot

Although our WebSDK is capable of handling all AMS service calls, the sdk currently lacks some functionality to integrate DS with AMS out of the box.

It should be possible to integrate with a little effort, using a websocket to send and receive Json.

We are going to create a document about the steps to integrate this with our WebSDK, will share it with you here once we have it.

Please give us a couple of days to get it ready.

Let me know if we can help you with something else meanwhile.

Great thank you Ivan! Looking forward to hearing back from the team.

Thanks,
Nick

Hello @njupshot

Some updates about this topic:

WebSDK is not needed for a custom integration of a NodeJS DS, you should just implement Websocket and follow the protocol from this document.

Let us know if that helps

Thanks Ivan, I’ll give that a shot.