How can I connect multiple users together and send each connected user information? (Java) [closed]
I am making an (Android) app with Java that requires me to create rooms that one person can host and then other users could join, and then make all the users do something at the same time. My socket …