Тема
:
Непонятная беда с socket.io
Показать сообщение отдельно
#
4
(
permalink
)
18.09.2018, 23:06
SuperZen
Профессор
Регистрация: 08.11.2017
Сообщений: 642
https://socket.io/docs/emit-cheatsheet/
// sending to all clients except sender
socket.broadcast.emit('broadcast', 'hello friends!');
...
// sending to all connected clients
io.emit('an event sent to all connected clients');