in reply to Re^2: Mojolicious::Lite: Should i use the build-in web server?
in thread Mojolicious::Lite: Should i use the build-in web server?
I use a stack made of Apache/Mod_perl/Postgres that I find very versatile; there are options to use nginx instead of Apache, and of course many databases through DBI.pm
All of what you describe could be done with a couple modules in Perl that query some tables in a database and generate a few lines of html. Since you know Perl already, the initial learning curve for mod_perl does not seem huge.
I'm not sure what a framework brings you over this in your case?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Mojolicious::Lite: Should i use the build-in web server?
by karlgoethebier (Abbot) on May 13, 2014 at 17:20 UTC |