Hacker News new | ask | show | jobs
by Justsignedup 1100 days ago
I've been using json-api with graphiti in rails. And I gotta say the massive gain from it is that it's all rest and a trivial client impl from scratch if necessary.

Couldn't recommend it more.

Have to say. Most json-api impls suck, so graphiti has been a game changer for me.

N+1 are a problem buuuut it forces you into good model designs and good tools like graphiti and the latest rails show you the cause of the n+1s so it's not so bad to debug.