Hacker News new | ask | show | jobs
by rihegher 4404 days ago
Mojolicious use an event loop for non blocking IO, by default it's using mojo::IOLoop but can use EV if installed which gives better performance.

You may not notice that it's using an event loop at first because by default the framework emulate IO blocking behaviour.