I have a question about websocket. the websocket sever how to make sure send message to everyone except sender. I read the source code of gorilla/websocket and google it, but …

In socket.io this is called a broadcast.

socket.broadcast.in(room_id).emit('update', obj)