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

RSVP.js

RSVP.js 3.1.0 updated

The 'Promise' term in JavaScript represents the result of a task, which may or may not have completed yet. It basically refers to what to expect for a JavaScript AJAX call. Promises/A+ is an unofficial open standard for helping and showing...

Include.js simplifies the process of loading HTML files inside other pages by creating a custom HTML tag just for that: <include>The content of the new page is loaded via AJAX and it will show up wherever the developer has placed the...

jQuery File Upload provides a ready-made upload widget to add and deploy with your website or application.It's all completely coded in JavaScript, which allows it to be used with any server-side backend, from Ruby, to Python, PHP and even some of the less...

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

Async.js

Async.js 1.5.2 updated

Async.js comes packed with over 20 JS functions for enhancing AJAX interactions. All functions assume that the developer follows the node.js convention of providing a single callback as the last argument of the async function. Tested and working in IE6,...

jQuery-pjaxr

jQuery-pjaxr 1.2.0

jQuery-pjaxr is an improved and expanded version of the pjax jQuery plugin.Just like the original, jQuery-pjaxr can be used for fetching a page's content via AJAX and updating the page via HTML 5 pushState.This plugin is great for large pages which need...

SignalR

SignalR 2.2.0

SignalR basically allows developers to run server-side code that pushes data to the client's side.This is done mainly through WebSockets and some fallbacks for environments where WebSockets aren't available, allowing developers an easier, faster and...

RichFaces

RichFaces 4.5.5 updated

Besides UI components, the platform also includes advanced support and documentation for the app skinnability and JSF applications.RichFaces is practically one of the best AJAX UI packages that exist in the Java world.What is new in this release:JSF 2.2...

Vow

Vow 0.4.9 updated

The 'Promise' term 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. Promises/A+ is...