We have collection of more than 400,000 open source products ranging from Enterprise product to small libraries in all platforms. We aggregate information from all open source repositories. Search and find the best for your needs.

Displaying 1 to 10 from 21 results

Gearman - Application Framework to farm out work to other Machines

Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel by doing load balancing. It also supports to call functions between languages. It is the nervous system for how distributed processing communicates. It is fault tolerant.

Read more

Apache2rest - RESTful API framework for apache2/mod_perl2

Apache2::REST provides a simple and flexible micro-framework which allows developers to implement their application RESTful's API in Perl, using apache2 and mod_perl2/mod_apreq2. Find the code and more documentation at CPAN Here's a quick tutorial: 1. Install it$ cpan -i Apache2::REST2. Write your first API root handlerpackage MyApp::REST::API ;use warnings ;use strict ;use base qw/Apache2::REST::Handler/ ;# Implement the GET HTTP method.sub GET{ my ($self, $request, $response) = @_ ; $response-

Read more

Djangopp - Perl web-framework like Django

Perl web-framework like Django

Read more

Html-formfu - HTML Form Creation, Rendering and Validation Framework

Contains the following perl modules: HTML::FormFuHTML::FormFu::DojoHTML::FormFu::ImagerCatalyst::Controller::HTML::FormFuDBIx::Class::FormFuProject status: 'alpha' - experimental, API subject to change. Code currently only available from subversion repository (see Source page).

Read more

Capullo - mod_perl2 web framework

The Capullo Mod_Perl2 Web Application FrameworkCapullo is a web-application framework for the mod_perl2 platform. It's written with KISS in mind and it tries to conform to no standard except the one of simpliness. Latest stable release is Capullo 1.0 (see the downloads section).

Read more


Bigtop - Bigtop - A web application data language processor

Bigtop is a language for describing the data of a web application. Usually this data will be stored in a relational database. Once you have a description of your data, you can generate a web application from it. This includes all the pieces you need like: the sql statements ready for feeding to your database command line tool, the httpd.conf you need to Include in the httpd.conf on your system, the modules that will handle the web requests, the models that make the database tables look like clas

Read more

Frell - framework

FRELL - framework and tool-set for comfortable web developing in lazy-programming style. Supports Mysql, PostgreSQL, Oracle databases. Supports APC, eAccelerator, Memcached cache systems. Supports file managment with Memcachedb. Highly scalable.

Read more

Gantry - Gantry - A Perl Web Application Framework

A Perl web application framework for Apache/mod_perl, CGI and Fast-CGI. Object oriented design allows for a pragmatic, modular approach to URL dispatching. Supports MVC and initiates rapid development, offering an organized coding scheme for web applications.

Read more

Gantry-extras - A collection of Gantry related content

This repository is for Gantry related content, such as, the gantry book, talks, sample applications, etc.

Read more

Poe - POE - Perl Object Environment - Portable, robust framework for multitasking, networking, or bo

POE is a networking and/or multitasking framework for Perl. It has been in active development since 1996, and its first public release was in 1998. O'Reilly's Perl Conference (now part of OSCON) named it 'Best New Module' in 1999. POE remains actively developed despite its age. POE was awarded a Google Summer of Code student in 2006.POE's users and developers continue to improve and build upon it. See the CPAN for the most up-to-date list of POE based modules.POE's robustness and performance hav

Read more

     Next >>