qooxdoo

qooxdoo 5.0 updated

qooxdoo supports all the modern browsers available today (Firefox, Internet Explorer, Chrome, Opera, Maxthon, WebKit/Safari) and various device platforms (desktop, mobile, server, web).qooxdoo is actually more than just a framework, coming packed with...

Q.js

Q.js 1.4.1 updated

The term 'Promise' in JavaScript was coined with the emergence of server-side JavaScript development.It basically represents the result of a task, which may or may not have completed yet. Or in simpler words, what to expect for a JS call.Q.js' place in...

D.js

D.js 0.7.3 updated

'Promise' in JavaScript development represents the result of a task, which may or may not have completed yet. Or in simpler words, what to expect for a JS call.The D.js adds basic methods and functions for dealing with the Promises/A+ spec.D.js works with...

For years, developers have written AJAX applications that at various time intervals request new data from the server to update the client's website with new content.This model doesn't only affect performance on the server by having the server constantly...

Simple AJAX Framework allows developers to use a more modern technique of loading content on the page, without having to refresh it every time an user clicks a link.The framework uses AJAX calls to request the new page's content, replacing the existing...

chain.js

chain.js 0.1.3

The framework comes with built-in methods for executing functions sequentially or in parallel.It also lets the developer define their own methods to handle complex logic.Requirements:JavaScript enabled on client...

Resistance

Resistance 1.3.2 / 2.0.0alpha4

The Resistance library controls the flow of a Web page, adding parallel execution capabilities.Because writing and executing code in parallel requires a high-degree of JavaScript knowledge, most developers avoid it and use the default serial JS execution...

It allows sending GET, POST requests in both asynchronous and synchronous modes.The results of request execution are provided as a standard JavaScript object Response together with the ability to access its textual and XML parts (responseText,...

Pollymer

Pollymer 1.1.2

Pollymer addresses the needs of developers working on applications that have to work in real-time, but without clogging up the page and the server with useless HTTP requests and other interactions.This is done by implementing a basic AJAX long-polling...

EPF

EPF 0.3.5

EPF stands for Ember.js Persistence Foundation.The framework was designed to keep the client-side version of an app in sync with its data backend.Features:Emphasis on data correctness Synchronizes data without locking it Full support for...