Okay, thanks :)
On Wed, Jan 2, 2013 at 1:52 PM, Octavian Rasnita <orasn...@gmail.com> wrote: > From: "Chankey Pathak" <chankey...@gmail.com> > > > 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? >> >> I think Dancer would be a good choice for building small web-app in less >> time. What do you say? >> >> 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. >> >> PS: Happy New Year! :) >> >> > > > Happy new year too! > > If the project would have been bigger, Catalyst would have been the > answer. The task seems to be pretty simple, so any of Catalyst, Dancer or > Mojolicious can be used for it. > > But if you worked with Catalyst before, Catalyst is surely the way to go, > unless you don't want to consider it an opportunity to try learning the > other frameworks. > > Catalyst has plugins for authorization/authentication that you can use > with or without DBIx::Class. > > Octavian > > > > -- Regards, Chankey Pathak <http://www.linuxstall.com>