Hacker News new | ask | show | jobs
by jonathanapp 3134 days ago
I was recently wading through Loopback's voluminous docs and gobs and gobs of auto-generated code, trying to figure out how to make a highly customized and flexible REST API that allows things like this:

GET /api/crazy/long/path/that/goes/on/forever

It's a cinch in Hapi. Hapi is extremely flexible, minimal yet powerful, and a joy to use. Big fan!