Search Results

3
votes

Non-web Javascript frameworks

Dojo can be used (and is used) in non-browser environments (e.g., Rhino, Jaxer, SpiderMonkey). It can be easily adapted for other environments t …
3
votes

What JavaScript library would you choose for a new project and why?

Dojo. The base is 26k, and much more than just a DOM traversal. It can do gradual degradable enhancements, but as soon as your app is ready for t …
7
votes

Which JavaScript framework is generally used for high performance websites?

(Full disclaimer: I am a Dojo developer and this is my unofficial perspective). All major libraries can be used in high load scenarios. There are several things to consider: …