Hacker News new | ask | show | jobs
by zdragnar 489 days ago
Not really, then you're just shifting the complexity from the front-end back to a middle man. Now it still exists, and you still have all the network traffic slowing things down, but it lives in its own little service that your rails devs aren't going to bother thinking about or looking at optimizing.

Much better to just do that in rails in the first place.