socket.io-rpc
socket.io-rpc copied to clipboard
Extend your promises across a network with socket.io
in new release only for io.js, replace vars with let/const
I have been looking for a RPC/RMI method over socket.io for a while now. But when I read the examples in this one, It got me confused by far. Can...
There is no way to detect when the server has forcibly closed the connection with socket.disconnect(). Are there any methods for connection management, or is it designed to stay connected...