Hacker News new | ask | show | jobs
by lostlogin 1522 days ago
Are you able to describe how you run yours? I scummed your blog but didn’t see anything about it.
2 comments

The static content is just nginx loading files straight off a filesystem. The dynamic content (e.g. the search engine) is nginx forwarding requests to my Java-based backend.
You can serve massive amount of static requests from any potato really, it's a solved problem.