Skip to content
Advertisement

Send response to all clients except sender

To send something to all clients, you use:

JavaScript

To receive from clients, you use:

JavaScript

How can I combine the two so that when recieving a message on the server from a client, I send that message to all users except the one sending the message?

JavaScript

Do I have to hack it around by sending the client-id with the message and then checking on the client-side or is there an easier way?

Advertisement

Answer

Here is my list (updated for 1.0):

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement