Hacker News new | ask | show | jobs
by ajsharma 4026 days ago
I do appreciate when tools/libraries take the time to explain the problem and how they differ from their competition. Especially in cases like this, where it's an underlying architecture difference.

The various Rake servers (Puma, Unicorn, etc.) have also done a great job of this.

1 comments

>The various Rake servers (Puma, Unicorn, etc.)

nitpick: they're Rack servers. Rake is the ruby make.