Re: POE application with web front end
Alejandro Imass <[email protected]>
| Newsgroups | gmane.comp.lang.perl.poe |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 14, 2010 at 9:48 PM, lanas <[email protected]> wrote: > Hello all, > > I have a POE application to which I would like to add a web-based > interface. I'd like to stay with Perl as much as possible, apart from [...] > Catalyst, Titanium, Maypole, the list goes on and on. The application From the information you are providing, a large MVC platform will surely be overkill for you. You don't need a Web Server since POE already has several HTTP server options you can use. Regarding a toolkit for giving your app a mantainable web front-end I would use one of the POE HTTP server options along with CGI::Application which will provide much more than you will need. If you want to add a formal templating layer go with Mason or the Template Toolkit. > > Are there Perl web frameworks out there which lend themselves more to > interaction with POE eg. easier to integrate with ? If you have built Again, look at offering the HTTP service with POE itself and use something like the above. \> > Thanks for any suggestions ! > Best, Alejandro Imass