DWR

DWR 2.0.11 / 3.0.rc2

DWR generates JavaScript to allow web browsers to securely call into Java code almost as if it was running locally.It controls virtually any data including XML, collections, POJOs and binary data like images and PDF files.A security policy defining...

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

Bifrost

Bifrost 1.0.1

Bifrost will let developers send information to the server via an AJAX async call even if the user is using an older browser that doesn't support newer standards like the File API, XMLHttpRequest and FormData.To do this, the plugin uses a workaround known...

Super Agent

Super Agent 1.4.0 updated

Super Agent features a progressive AJAX API which can be used for developing interactive website and Web-based applications. The library wishes to present itself as a smaller and friendlier alternative to the jQuery Ajax API. Under the hood, Super Agent...

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

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

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

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

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

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