useful.requests.js is a small, open source JavaScript library that will help developers get started with AJAX.The library is a collection of functions that make it very easy to initiate AJAX calls to a Web service of your liking, and then deal with the...

Yepnope

Yepnope 2.0.0

Its purpose is to speed up page load time.Documentation on how to use it is included in the project's README file, but the programmer basically includes under "yep" the scripts he wants to load at one point, and under "nope" the scripts he does not need...

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...

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...

$script.js

$script.js 2.5.8 updated

By default, loading JavaScript files is done one file at a time, using a classic load queue mechanism. $script.js allows developers to query and load JS scripts and resources from any location, while also loading dependencies at the same time, in the...

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,...

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...

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...

Queue.js

Queue.js 1.1.0 updated

Queue.js takes a list of JS files and loads them all at the same time, not one by one like regular JavaScript is loaded. This little trick increases page loading speed and allows faster delivery of code. Developers have options at their disposal to...

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...