in reply to CGI Alternatives

As said, look at Mojolicious.
An important thing about Mojolicious is that it's a not blocking IO system (like nodejs).

http://blogs.perl.org/users/joel_berger/2013/10/writing-non-blocking-applications-with-mojolicious-part-1.html

Web casts: http://mojocasts.com/e5

It's really powerful with a MVC pattern like Angularjs.

Replies are listed 'Best First'.
Re^2: CGI Alternatives
by seanc (Novice) on Jan 23, 2016 at 19:11 UTC
    I've started on the Web casts. It looks impressive.