socket.io-rpc icon indicating copy to clipboard operation
socket.io-rpc copied to clipboard

Extend your promises across a network with socket.io

Results 3 socket.io-rpc issues
Sort by recently updated
recently updated
newest added

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...