Mojolicious 8.0 released: Perl real-time web framework
11–20 of 35 posts
Re: Mojolicious 8.0 released: Perl real-time web framework
#12Congrats! Where i work Mojolicious is what keeps us using Perl.
Re: Mojolicious 8.0 released: Perl real-time web framework
#13Re: Mojolicious 8.0 released: Perl real-time web framework
#14Congrats! Where i work Mojolicious is what keeps us using Perl.
My company uses Mojolicious for all our webdev and Perl for all our in-house stack. Full disclosure, it was my decision ;) but the work is so fast and smooth, I can't imagine switching to anything else.
Re: Mojolicious 8.0 released: Perl real-time web framework
#15Congrats on the release! I've used mojolicious for several of my personal projects and it's been wonderful. @kraih I applaud your work ethic as the frequency of your commits and releases show you are dedicated to the project and keeping it moving forward. Thank you!
Re: Mojolicious 8.0 released: Perl real-time web framework
#16We are also heavily using it since 3.x. Thank you! Any reasons for picking Cpanel::JSON::XS over JSON::XS? The latter has marginally better performance.
Yes, Cpanel::JSON::XS can be configured to be closer to the original Mojo::JSON behaviour. And the maintainer has historically been more cooperative with efforts to make Perl JSON modules compatible with each other.
Indeed, MLEHMANN's (JSON::XS maintainer) difficult personality was one of the main reasons why Cpanel::JSON::XS was created and why it has gained so much popularity despite being almost identical functionally.
Re: Mojolicious 8.0 released: Perl real-time web framework
#17Re: Mojolicious 8.0 released: Perl real-time web framework
#18Earlier quoted context omitted.
My company uses Mojolicious for all our webdev and Perl for all our in-house stack. Full disclosure, it was my decision ;) but the work is so fast and smooth, I can't imagine switching to anything else.
I've been using Dancer/Plack for a number of years now, are there any particular features of Mojolicious which make it preferable to your mind?
Re: Mojolicious 8.0 released: Perl real-time web framework
#19We are also heavily using it since 3.x. Thank you! Any reasons for picking Cpanel::JSON::XS over JSON::XS? The latter has marginally better performance.
Re: Mojolicious 8.0 released: Perl real-time web framework
#20And the “deployment” was suprisingly painles. Thanks for that and congratulations for the new release!