streaming - XMPP/AMQP/Websockets vs Pusher/Beacon push? -


with pusher , beacon push cloud services can live updates in browsers. implement chat functionality.

can't these cloud services replace need of me learning xmpp/amqp/websockets/comet implement same kind of live updates/feeds?

these services offer infrastructure service don't have worry underlying technology. said services use technology selling point e.g. pusher use websockets sell service.

as pusher there similar services i'd recommend checking out real-time tech guide others haven't been mentioned (i work pusher).

can't these cloud services replace need of me learning xmpp/amqp/websockets/comet implement same kind of live updates/feeds?

yes. point in these frameworks , services abstract away underlying connection , protocols provide reasonable real-time communication pattern (simple messaging, pub-sub, evented pub-sub, rpc/rmi or datasync) works application functionality looking build.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -