On Wed, 2 Jan 2013 10:32:56 +0530 Chankey Pathak <chankey...@gmail.com> wrote:
> Hi guys, > > I have to make a simple web app which should have the features > mentioned below: > > 1. User registration - Users can signup and login > 2. New message creation: User can create and post new messages > 3. Follow users: Users can follow other users > 4. User Home Page - On the home page, show the messages of users that > he follows. > > For this particular task what should I chose - Catalyst, Dancer or > Mojolicious? Whichever you feel most comfortable with using, really; all three would do the job perfectly well. > I think Dancer would be a good choice for building small web-app in > less time. What do you say? As one of the Dancer dev team, I'm somewhat biased, so I won't bother answering that point :) > I made a small app using Catalyst some months ago but I don't have any > experience in developing web-apps with Dancer or Mojolicious. So if > you can add links of good tutorial which relates to my problem then > that would be very appreciable. Did you enjoy using Catalyst? Did you find it easy to work with? I'm assuming, since you're asking the question, that you're feeling you'd like to try something else. If that's the case, look at the docs for both Dancer and Mojolicious, and see which one seems to suit your style more; both will be perfectly capable of what you need, so it's all down to which you'd prefer to work with. > PS: Happy New Year! :) And to you! Also, sorry you didn't get any reply on IRC; that was about 4am my time :) Incidentally, to make user authentication easier, you might want to take a look at: https://metacpan.org/module/Dancer::Plugin::Auth::Extensible ... which is one of mine, so consider that recommendation biased of course :) I'm fairly sure there's something similar for Mojolicious too. -- David Precious ("bigpresh") <dav...@preshweb.co.uk> http://www.preshweb.co.uk/ www.preshweb.co.uk/twitter www.preshweb.co.uk/linkedin www.preshweb.co.uk/facebook www.preshweb.co.uk/cpan www.preshweb.co.uk/github -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/