If you want to attract people to your framework, you will have to win them over from the framework they are currently using. I would recommend that you either implement and showcase the existing demo programs from other frameworks, or come up with your own showcase demonstrations and discuss how the implementation in your framework compares to other implementations. See for example

  1. Pitting Mojo vs Dancer in a competition to build Top100 2.0
  2. Mojo vs Dancer Week 1 - Installer, Support and Hello World
  3. Mojo vs Dancer Week 2 - Templates and Images

Most people in your audience likely already have a way of producing web content, and most of them are familiar with Perl, so you will need to convince them that foregoing Perl in favour of another language, equally powerful but with a different syntax has benefits. Also, you will need to show where the customization interfaces are for your framework.


In reply to Re^7: Too difficult for me... by Corion
in thread Too difficult for me... by simonodell

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.