Tools for building long-running Javascript webapp

Posted by FilipK on Programmers See other posts from Programmers or by FilipK
Published on 2012-12-19T14:28:01Z Indexed on 2012/12/19 17:13 UTC
Read the original article Hit count: 263

Given my lack of familiarity with such tools, could you suggest what tools / frameworks would be suitable for developing a long-running JavaScript webapp? The webapp would display a constantly updating chart. The updates would come through WebSockets (preferably) or XmlHttpRequest.

I know and have written JavaScript with JQuery, but for this task I assume something like backbone.js or ExtJS would be appropriate (or maybe not?).

© Programmers or respective owner

Related posts about JavaScript

Related posts about web-applications