Is socket.io emit callback appropriate?
Recently I have been messing around with socket.io and found this interesting thing, that I can have emit function callback like this.
Recently I have been messing around with socket.io and found this interesting thing, that I can have emit function callback like this.
Is there a way to emit to the current socket
within a post method of node.js using socket.io and express without having to go through the io.sockets.on('connection')
?