user-pic

http://openid.ppke.hu/cstamas

Subscribe to feed Recent Actions from http://openid.ppke.hu/cstamas

  • 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? :-/

Subscribe to feed Responses to Comments from http://openid.ppke.hu/cstamas

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.