Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revmischa/rapid
Catalyst-based webapp framework for rapid development
https://github.com/revmischa/rapid
Last synced: 4 days ago
JSON representation
Catalyst-based webapp framework for rapid development
- Host: GitHub
- URL: https://github.com/revmischa/rapid
- Owner: revmischa
- Created: 2011-08-06T21:23:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-30T05:46:45.000Z (over 12 years ago)
- Last Synced: 2024-10-18T07:53:41.152Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Rapid?
Rapid is a reusuable framework for developing Perl applications. It
aims to provide a common base of useful functions for building
libraries of code that can have multiple interfaces, including
command-line scripts and web frontends.# How is this different from Catalyst?
Catalyst is a framework for building web applications, but it does not provide a mechanism for code reuse in non-web contexts (cron jobs, scripts, CLI apps). Rapid is built upon [Catalyst::Plugin::Bread::Board](https://metacpan.org/module/Catalyst::Plugin::Bread::Board) which allows the creation and access of reusable components such as DBIC schemas, application configuration and templates. It harmonizes the usage of these components between Catalyst and non-Catalyst modules.# What else does Rapid do for me?
TBD