- SAJA
Saja is an open-source AJAX scripting engine for PHP with secure function calls. It is designed for fast creation of simple, intuitive, and updatable AJAX applications, without the need to write any JavaScript.
Saja is currently implemented through PHP only. It consists of 4 files. You should only need to edit saja.functions.php to get it to work. The only other requirement is that all 4 files must reside in the same directory
- Cajax
a PHP object-oriented framework to create and handle server-side requisitions though javascript remote calls. - Zephyr
is an MVC (model-view-controller) framework and supports complete separation of business logic layer from presentation layer. It is built using popular and tested libraries in backend - CakePHP
Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. - aSSL Secure Connection
aSSL is a library distributed under MIT License thats implements a technology similar to SSL without HTTPS. - AJAX IM
ajax im ("asynchronous javascript and xml instant messenger") is a browser-based instant messaging client. It uses the XMLHTTPRequest object in JavaScript to send and receive commands to and from the server. No refreshing of the page is ever needed for this "web application" to work, as everything is updated in real-time via JavaScript.
|