I'm using socket.io, and I would like to know when a send() command finished. - is it possible? - is it possible in websockets?
The only way you can know, is by providing a callback when you send a message. This invokes an ACK from the server.