Basics of geckos.io #183
-
I have a basic understanding on multiplayer games and I developed my own before using Smartfox Server. Here comes the questions: What is a "channel"? What is a "room"? Can I create channels and rooms? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Trying to auto-answer before someone else with the knowledge does, with the hope that I will be corrected or this info will make happy someone in a future. I've been going thru the source and making some tests and seems that:
So, messages can be delivered like this: Not sure if you can send a message only to a specific user, this would be a very interesting feature request (ie, admin purposes, personal messages, etc.). And some more admin capabilities. I think you can "kick" users accessing the _ connectionsManager_ and maybe implement ban or similar functions yourself. |
Beta Was this translation helpful? Give feedback.
Trying to auto-answer before someone else with the knowledge does, with the hope that I will be corrected or this info will make happy someone in a future. I've been going thru the source and making some tests and seems that:
channel.join('sugar')
. I think this could be improved, so every…