TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Mojolicious 5.0 released: Perl real-time web framework

71 pointsby kraihalmost 11 years ago

5 comments

kvorgalmost 11 years ago
I love the high level of polish and integration with other modern techs. Mojolicious has achieved. What I don't understand is the miunderstandings of the dependency and CPAN use design decisions: anyone using Mojolicious will notice the whole package is often smaller and faster than one of the specific packages they criticize Mojolicious to reimplement instead of just using, and most of such specialized packages are either useable or, when appropriate, simply used when available anyway. In the same vein, different kinds of APIs are exposed over the same efficient implementations (Mojolicious::Lite, B() ...). I find this an efficient and modern approach all new Perl projects should adopt and just count Mojolicious as a part of my core package tool chest (even when not writing a web application). Go Mojo! (And ty kraih!)
ixmatusalmost 11 years ago
So, it&#x27;s a web framework that receives route requests and sends responses over a WebSocket &#x2F; Comet connection?<p>I&#x27;ve had a similar idea for something in Haskell and it&#x27;s cool to see someone doing this.
评论 #7818860 未加载
评论 #7819001 未加载
hernan604almost 11 years ago
&quot;Sebastian Riedel&quot;++<p>Thanks for this mojo!
评论 #7821172 未加载
jusobalmost 11 years ago
Any body has used both Mojolicious and Catalyst? I wonder how Mojolicious might be better than Catalyst.
评论 #7820204 未加载
评论 #7819244 未加载
评论 #7819175 未加载
评论 #7819154 未加载
评论 #7819152 未加载
评论 #7819202 未加载
评论 #7821366 未加载
评论 #7819033 未加载
sigzeroalmost 11 years ago
Those are some nice added features. Awesome and kudos to everyone for making it happen.