http://openid.ppke.hu/cstamas
- Website: openid.ppke.hu/cstamas
- About: I blog about Perl.
Recent Actions
-
Commented on CGI is dead, long live CGI
Do not forget about Mojolicious!...
Comment Threads
-
Steven Haryanto commented on
CGI is dead, long live CGI
Yup, that's how I read it. I do write bare PSGI apps :)
-
Steven Haryanto commented on
CGI is dead, long live CGI
Mojolicious is a full-stack web framework and damn fast as a cgi-script.
Can you provide some numbers or benchmarks?
I tried the Mojo hello world described in its Synopsis:
use Mojo::Base 'Mojo';# All the complexities of CGI, PSGI, HTTP and WebSockets get reduced to a
# single method call!
sub handler {
my ($self, $tx) = @_;# Request
my $method = $tx->req->method;
my $path = $tx->req->url->path;# Response
$tx->res->code(200);
$tx->res->headers->cont… -
Christopher Cashell commented on
CGI is dead, long live CGI
Simple, quick to install, but moderately well featured pastebin application:
Stickey Notes - http://www.sayakbanerjee.com/sticky-notes/
It's written in PHP, but it's the nicest and easiest one I could find when I was looking for one to deploy for primarily personal use.
-
Steven Haryanto commented on
CGI is dead, long live CGI
@Christopher: Thanks! Sticky Notes is nice indeed. Why can't Perl web apps be as simple as PHP to install/deploy? :-/
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl and offering the modern features you’ve come to expect in blog platforms, the site is run by Dave Cross and Aaron Crane, with a design donated by Six Apart, Ltd.