Answer the question
In order to leave comments, you need to log in
How to connect multiple users?
PHP
The user interface seems to consist of several buttons that send data to some action. The server should accept this and "tell" immediately to other users what the first user clicked on.
In a group, let's say up to 5 people. These groups can be created in several pieces, these users can connect there. And communication occurs only between everyone within the group.
How to implement it? What to use?
Answer the question
In order to leave comments, you need to log in
in general websockets are needed.
socket.io to the client
to the server, for example https://github.com/reactphp/socket (by the way, I also installed nodejs and socket.io separately as a web socket server, so I'm not sure about the php library)
How to implement it? What to use?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question