5 ms·
Jet – Lightweight, Realtime Message Bus for the Web
- afshinmeh 11y agoWhat is the difference between SocketIO and this?
- yoava 11y agoSocket IO is a service, this is something you install on your server
- madeofpalk 11y ago> Socket IO is a service I'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/download/ http://socket.io/get-started/ http://socket.io/get-started/
- yoava 11y agoI was sure socket.io is a service you use... for some reason... But you are right - it is exactly the same, only that socket.io looks more solid.
- madeofpalk 11y agoPerhaps you're thinking of Pubnub.com ?
- yoava 11y agoI 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?