I wonder about the rainy day cases of this - what if a connection is lost for a minute? will the recovery deliver all the missing messages? will it restore consistency once the connection is restored?
Also, Jet is based on installing a single router server. What about scaling that server? HA? If you install two such servers, do they communicate? Or does each create it's own communication domain?
6 comments
[ 1.8 ms ] story [ 24.0 ms ] threadI'm not sure what you mean by that. Socket.io is something you install on your server as well
http://socket.io/download/
http://socket.io/get-started/
But you are right - it is exactly the same, only that socket.io looks more solid.
Also, Jet is based on installing a single router server. What about scaling that server? HA? If you install two such servers, do they communicate? Or does each create it's own communication domain?