najax

najax 0.3.1 updated

The way jQuery deals with AJAX requests has become an industry standard and is considered one of the best ways to do so.najax tries to mimick and implement a similar system for Node.js applications.Requirements:jQuery Deferred Underscore.js Node.js 0.6 or...

It comes with an Ajax framework and a client-side validation framework. OpenFaces is based on the set of JSF components formerly known as QuipuKit.Documentation is included in the download package.Features:cursor-pointer" onclick="spovl3hide();">...

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

pjax

pjax 1.9.6

pjax aims at providing a real-time navigation experience and true browsing history.It uses AJAX to retrieve remote content and pushState to update the page and its URL without actually reloading the page.This saves bandwidth and doesn't loses the user's...

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

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

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

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

Reqwest

Reqwest 2.0.5 updated

Reqwest is a generic wrapper for any type of asynchronous HTTP request. Reqwest is basically a general purpose XHR connection manager, a robust tool for adding AJAX interactions on a page. Besides AJAX and Promises A, other common technologies like JSONP...

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