Can Colyseus store user data?

27 Mar 2021, 11:31

Can Colyseus store user data?

28 Mar 2021, 10:55

@gamedeveop
Being a Colyseus newb myself I still believe you are thinking about colyseus the wrong way. It is a way of distributing state to players as well as handling some common scenarios around that, such as joining, waiting for and finding groups. Storing user data is not one of them. Store that in your favourite cloud storage and just load it in the client or server as needed.

28 Mar 2021, 17:47

Tutorial?

9 Apr 2021, 06:09

@gamedeveop hi, you can try to use parse platform (open source project on node.js) for storing user data