Hacker News new | ask | show | jobs
by tptacek 4080 days ago
Because it's much faster to build functionality in Rails than in Golang, and not every feature of an app has the same performance requirements.
1 comments

I think jlhonora just means to proxy from nginx directly for the services that aren't powered by rails. Like 90% of the site served from rails and the high performance services are just different nginx backends.

Potentially what you're already doing.

Exactly
Yep.