Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What exactly is a "real-time" web framework? Is that anything like being "web scale"?


Not at all, it's a "real thing", the Wikipedia article might be of help. http://en.wikipedia.org/wiki/Real-time_web


A framework that can natively communicate with a browser via mechanisms like Comet or WebSockets. An example is when a new message is posted to an inbox on the server, and your browser immediately updates the message count without polling.

Non-realtime frameworks often have to resort to communicating with websockets over something like zeromq.


Anything that allows two browsers to communicate directly with each other without the user intervening can be called a real-time web framework. Examples include WebSockets, the WebRTC DataChannel, publish/subscribe networks, paid services like PubNub or Kaazing, etc.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: