Hacker News new | ask | show | jobs
by perlperson 1489 days ago
I haven't seen frameworks in other languages rival mojolicious for rapid prototyping, web scraping, and good event-driven support. It's super easy to make websockets and even quickly have unit tests. Mojolicious still has 0 external dependencies and is rock solid and very scalable. The simplicity is just very nice compared to, for instance, frameworks in which lots of code generation is involved just to get started.
1 comments

Mojolicious is being brought to JavaScript, too. The intent is to have the same basic framework in both languages.