Try this article:  http://perlmaven.com/getting-started-with-perl-dancer-on-digital-ocean

Gabor

On Sun, Nov 22, 2015 at 6:38 PM, Richard Reina <gatorreina@gmail.com> wrote:
Hi Gabor,

Thanks very much for the reply. Do you know of any videos or tutorials that deal specifically with a starman deployment?

Thanks



El 21 nov 2015, a las 11:18 AM, Gabor Szabo <gabor@szabgab.com> escribió:

hi Richard,

you can, but that server is only capable to serve one client at a time. Starman is a much robust server.

Gabor

On Sat, Nov 21, 2015 at 7:14 PM, Richard Reina <gatorreina@gmail.com> wrote:
Happy Saturday All,

For the past few months I've been playing around with dancer on a machine at home. I am wanting to now experiment with creating and perhaps deploying a simple web app on digitalocean. However, I am not clear why I need a web server such as Starman. Can I not just install Dancer2 and plackup like I do on my local machine?

Thanks