Search code examples
node.jsperldesign-patternswebdancer

Perl Dancer or Node.js for small application


I am using Perl Dancer to develop an application handling minimal routes and requests.

What is the difference between Perl Dancer (micro web framework) and Node.js ? which ll be better Node.js or Perl Dancer?


Solution

  • Look for the tool that makes you more productive, both tools may be similar for your purposes. I'll recommend you use Dancer if you have Perl knowledge. Or Flask for Python, Sinatra for Ruby, ...

    for Perl, Dancer is a great web framework. See also: Mojolicious::Lite and Kelp.