@COCO thank you for your response , there is no english version of this
topic https://discuss.colyseus.io/topic/589/再谈-redis-presence ?
Posts made by chaimae
@COCO , if I understand ,arena already provides a redis server , but how I can use the redisPresence for my pub/sub events between the rooms ? , in the doc i found just that https://docs.colyseus.io/colyseus/server/presence/#redispresence-clientopts
@COCO there is no alternative solution to communicate the rooms ?
hello everyone ,I hope you are doing well, I have developed a colyseus project based on localpresence to communicate the rooms between them, I tried my project on the free plan it works but when I changed the plan it didn’t work, does localpresence not work on the PA plan ? , do I have to use the redis server?
when I migrated to the PA plan I started to see this error :
@COCO thank your for your response again , if I understood correctly when I host my server in arena it provides me with the wss:// area_address so that I can use in my side client, the latter I can host it in a web host or arena ? , sorry for too many questions but i want to use colyseus arena in a big project and i want to understand well how it works
hello everyone I hope you are well, I am a beginner at arena, I created two projects, a client-side project with threejs and the colyseus project on the server side, I put the /lib folder of my colyseus project in arena and I used the id.colyseus.dev link in my threejs project but the problem that I run my client project locally in my pc, I think it's not the right method, I want to know how I can host my two projects in arena?
@COCO Hi , thank you for your response , I have two projects, a threejs project on the client side and a colyseus project of course on the server side, I should upload the lib of each project in the server code, is that it if I understood correctly? for the moment I use the indie/dev plan to understand how arena works before switching to the paid plan.
Hi, i have a question i have two folders one for the client side and the other for the server side , to make my project run on arena i should merge the client and the server folders ? or i can upload each one separatly ?
Hello,I have a question does colyseus provide a built in chat room or a chat message management system? I'm looking to send messages between clients and not just broadcast messages, I looked in the docs but couldn't find much.