Dear Monks,

I am a newbie to web development and I would like to build a web application where people would (not necessarily) register, contribute multimedial content and interact. I don't want to be too specific because I've not seen this thing around in the Internet yet, so I'd like to be the first to do it. :-)

I'd like some advice and general guidance how to tackle the problem.

We have no idea how popular the thing could become -- it may have ten visits per week or a hundred per second. I'd like to save me as much work as possible and mainly to write the thing well -- efficiently, safely, robustly, maintainably.

It seems natural to me to use a web development framework. My friends chant a lot about Django. And indeed, its features look very promising. Especially the speed and, what I particularly like, the beautiful URLs. The only drawback is that it's not in Perl. :-)

What would you recommend me to do it in? Catalyst? We don't want to waste server resources and I have no idea how fast a Catalyst app can be. Can it handle the regex-based URL's like HTTP::Server::Simple::Dispatched offers?

I was also thinking about the possibility that it might need to run on multiple machines concurrently. What would that impose on me as the developer?

I may be a little bit rambling because I have very limited experience in web development and am up to a big task. Please be tolerant. :-)

Thanks, if only for reading this lengthy monster.

use strict; use warnings; print "Just Another Perl Hacker\n";

In reply to Building a new community / content web application by Sixtease

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.