25 projects tagged "HTTP Servers"
Pyxer is a Python Ajax server/ framework similar to the Jaxer project. Instead of writing client side code in JavaScript you can use Python. The Python code will be translated to JavaScript before being sent to the client. You may also define server-side code in the HTML file that can be called from the client in the background with Ajax.
phpWebApp is an application framework which makes it easy and simple to build PHP Web applications based on relational databases. It separates the task of designing and changing the layout of the application from the task of implementing the logic of the application, by using XML templates that are an extension of XHTML. It also simplifies the task of implementing the logic of the application by offering an event based programming model. In addition, phpWebApp tries to offer modularity and code reusability to the community of Webapp developers.
Geolizer is a patch for Webalizer that uses the GeoIP library to generate faster and more reliable geographic statistics than the default DNS suffix method. It is recommended that DNS reversal be disabled on your HTTP server for improved performance and more accurate statistics. It also supports country flag pictures, can be compiled under MinGW/MSYS, and features a human-readable transfer size display.
PTM is a Perl/HTML hybrid language, written entirely in Perl, and similar to PHP in tag syntax. It allows for the ease of PHP-style inline code in your dynamic HTML documents, while supplying the power of Perl that many find to be sorely lacking in PHP. PTM's parser application, referred to as the PPA, acts as an Apache plugin, a standalone parser placed in the cgi-bin, or a command line parser (for debugging purposes), and is distributed for both Unix and Window platforms. Additionally, PTM wraps many variables common to PHP to ease the transition between PTM and PHP when switching back and forth.